diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 21:07:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 21:07:39 +0300 |
commit | 7dc998207ba0b3c4a05504a191904137c6f1536e (patch) | |
tree | 05994f2bcbf993d6be63cbb00e383bb15d28db9a /km/build/wdk8.1update/README.md | |
parent | README update (diff) | |
download | windows7-drivers-7dc998207ba0b3c4a05504a191904137c6f1536e.tar.gz windows7-drivers-7dc998207ba0b3c4a05504a191904137c6f1536e.zip |
move WDK-version-specific stuff out of root README
Diffstat (limited to '')
-rw-r--r-- | km/build/wdk8.1update/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/km/build/wdk8.1update/README.md b/km/build/wdk8.1update/README.md new file mode 100644 index 0000000..4938dad --- /dev/null +++ b/km/build/wdk8.1update/README.md @@ -0,0 +1,11 @@ +Building drivers +================ + +The drivers can be built using WDK 8.1. + +You can find the Visual Studio 2013 solution & project files required to build +the drivers in this directory. +Build the projects as if you were building regular Windows applications. + +These files were generated by Visual Studio 2013 Update 5 w/ Windows Driver Kit +8.1 Update. |