Skip to content

Commit

Permalink
[build] Use currently-released DDK location as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Oct 22, 2009
1 parent 35ee333 commit ebb3695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
@@ -1,6 +1,6 @@
@echo off

if "%ddkdir%" == "" set ddkdir=C:\WinDDK\6001.18001
if "%ddkdir%" == "" set ddkdir=C:\WinDDK\6001.18002

for /f "delims=" %%i in ('cd') do set cwd=%%i

Expand Down

0 comments on commit ebb3695

Please sign in to comment.