Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] Update DDK version to WDK 7.1.0
WDK8.1 is current, but has no support for building for WinXP.  Update
to WDK7.1.0, which is probably the last version to ever be released
with support for WinXP.

Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
mcb30 committed Aug 10, 2014
1 parent f428adb commit 23e2ba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/build.bat
@@ -1,14 +1,14 @@
@echo off

if "%ddkdir%" == "" set ddkdir=C:\WinDDK\6001.18002
if "%ddkdir%" == "" set ddkdir=C:\WinDDK\7600.16385.1
set setenv=%ddkdir%\bin\setenv.bat %ddkdir%

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

rem Build code
rem
call :build driver chk w2k i386
call :build installer chk w2k i386
call :build driver chk wxp i386
call :build installer chk wxp i386
call :build driver chk wnet x64
call :build installer chk wnet x64

Expand Down
2 changes: 1 addition & 1 deletion src/genmsi.bat
@@ -1,6 +1,6 @@
@echo off

if "%ddkdir%" == "" set ddkdir=C:\WinDDK\6001.18002
if "%ddkdir%" == "" set ddkdir=C:\WinDDK\7600.16385.1
set setenv=%ddkdir%\bin\setenv.bat %ddkdir%

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

0 comments on commit 23e2ba9

Please sign in to comment.