[wdk] renamed wdk_build.cmd to build.cmd

* also added link for WDK download
This commit is contained in:
Pete Batard 2011-11-21 22:23:17 +00:00
parent 22fa3fc131
commit af0fef1c8c
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ echo Build failed
goto done
:usage
echo wdk_build must be run in a Windows Driver Kit build environment
echo This command must be run in a Windows Driver Kit build environment.
echo See: http://msdn.microsoft.com/en-us/windows/hardware/gg487463
echo:
pause
:done