[ofw] Update WinOF\buildrelease.bat & friends to use newer WDK in support of Windows-7 and Svr 2008 R2 builds

Smith, Stan stan.smith at intel.com
Wed Sep 16 14:35:35 PDT 2009



Convert Trunk\WinOF\buildrelease.bat and associated files to build with the latest
WDK WinDDK\7600.16385.0 (KMDF CoInstaller 01009).

**** Effects ONLY those who build using the script 'winof\buildrelease.bat' & etc\makebin.bat ****



# Enable Windows-7 build

--- C:/Documents and Settings/scsmith/Local Settings/Temp/BuildRelease.bat-revBASE.svn000.tmp.bat       Wed Sep 16 14:07:20 2009
+++ C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/WinOF/BuildRelease.bat Tue Aug 11 14:00:38 2009
@@ -154,7 +154,7 @@

 :cert_OK

-set WIN7=no
+set WIN7=yes

 rem Use this WDK

@@ -332,7 +332,7 @@
 rem Verify WIX 2.0 toolset is available - if not, download from
 rem http://sourceforge.net/project/showfiles.php?group_id=105970&package_id=114109
 rem   select wix-2.0.5805.0-binaries.zip download and unzip to
-rem   <...>\gen1\trunk\WinOF\WIX\WIX_tools\
+rem   <...>\WinOF\WIX\WIX_tools\
 rem
 if NOT EXIST %WIX%\WIX_tools\%WIX_BIN% (
     echo %0 - Missing WIX tools @ %WIX%\WIX_tools\%WIX_BIN%


# Reflect the change in DifxApp path & KMDF coInstaller version.

--- C:/Documents and Settings/scsmith/Local Settings/Temp/makebin.b-revBASE.svn002.tmp.bat      Wed Sep 16 14:05:25 2009
+++ C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/etc/makebin.bat        Wed Sep 16 14:04:36 2009
@@ -53,11 +53,11 @@
 )

 set WdfCoInstaller=%_DDK%\redist\wdf
-set DIFXP=%_DDK%\redist\DIFx\DIFxAPP\English\WixLib
+set DIFXP=%_DDK%\redist\DIFx\DIFxAPP\WixLib
 set DPINST=%_DDK%\redist\DIFx\DPInst\EngMui

 if /I "%5"=="" (
-       set CoInstallVer=01007
+       set CoInstallVer=01009
 ) else (
        set CoInstallVer=%5
 )


# Set WIX config to reflect WDK changes.

--- C:/Documents and Settings/scsmith/Local Settings/Temp/WinOF_cfg.in-revBASE.svn001.tmp.inc   Wed Sep 16 14:06:21 2009
+++ C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/WinOF/WIX/common/WinOF_cfg.inc Tue Aug 11 14:01:49 2009
@@ -1,11 +1,11 @@

 <Include>

-       <?define WOFREL="v2.1 (pre-RC0)" ?>
+       <?define WOFREL="v2.1.1 (pre-RC0)" ?>

-       <?define WOFRELNUM=2.1.0 ?>
+       <?define WOFRELNUM=2.1.1 ?>

-       <?define WDFVER=01007 ?>
+       <?define WDFVER=01009 ?>

 </Include>




More information about the ofw mailing list