I sometimes still build my projects with this old WDK. I like small binaries and compatibility for Windows 2000 through Windows 7. This is a bit modified version of the WDK, as the original one doesn't contain some headers that are often needed.
This WDK doesn't need to be installed. Just clone the repository comewhere and set your WDKDIR variable to that folder
- Clone the repository
git clone /~https://github.com/ladislav-zezula/WDK_6001.git
- Set the WDKDIR environment variable so that points to the directory where the WDK is located
set WDKDIR=C:\SDK\WDK_6001
As an example, project can be built with this WDK. 0) Do the steps in the above paragraph
- Clone the FileTest repository
git clone /~https://github.com/ladislav-zezula/FileTest.git
- Build it
make.bat
That's all you need :-)