[ofw] [PATCH] etc\makebin - update default version for WDK & wdm co-installer
Smith, Stan
stan.smith at intel.com
Fri Apr 9 16:27:13 PDT 2010
Signed-off-by: stan smith <stan.smith at intel.com>
Revision: 2771
Author: stansmith
Date: 3:07:18 PM, Friday, April 09, 2010
Message:
[ETC] update default WDK version & comments
----
Modified : /gen1/trunk/etc/makebin.bat
--- a/etc/makebin.bat Fri Apr 09 15:06:41 2010
+++ b/etc/makebin.bat Fri Apr 09 09:50:18 2010
@@ -8,8 +8,8 @@
rem dst(%2) - full path to where binaries are copied, must exist.
rem OSE(%3) - (Operating System Environment) which windows version
rem {win7,wxp,wlh,wnet} representing {XP, server 2008 & server 2003}
-rem DDK_ROOT - {blank == assumes %SystemDrive%\WinDDK\6001.1801}
-rem WdfCoInstall_ver - 5 digit WdfCoInstallerVersion # (blank == 01007}
+rem DDK_ROOT - {blank == assumes %SystemDrive%\WinDDK\7600.16385.0}
+rem WdfCoInstall_ver - 5 digit WdfCoInstallerVersion # (blank == 01009}
rem makebin is designed to take an openIB build tree path and produce a folder
rem tree of binaries suitable for input to a WIX builder which procduces
@@ -43,7 +43,7 @@
rem setup DDK root path
if /I "%4"=="" (
- set _DDK=%systemdrive%\WinDDK\6001.18001
+ set _DDK=%systemdrive%\WinDDK\7600.16385.0
) else (
set _DDK=%4
)
More information about the ofw
mailing list