[ofw][patch] fix_wdfcoinstaller_path.patch

Anatoly Greenblatt anatolyg at voltaire.com
Mon Jul 28 13:33:02 PDT 2008


Hi Stan,
 
On my build machine the ddk is not installed on systemdrive.
 
Anatoly.

________________________________

From: Stan C. Smith [mailto:stan.smith at intel.com]
Sent: Mon 7/28/2008 8:05 PM
To: Anatoly Greenblatt; ofw at lists.openfabrics.org
Subject: RE: [ofw][patch] fix_wdfcoinstaller_path.patch


Hello,
  Perhaps you may have an older version of etc\makebin.bat as the previous makebin.bat version @ svn.1412 shows the use of %systemdrive% instead of %_DDK%?
Anyway, the latest in svn uses %systemdrive% which is correct.
 
It's always good to have many eyes on the code.
 
stan.

________________________________

From: ofw-bounces at lists.openfabrics.org [mailto:ofw-bounces at lists.openfabrics.org] On Behalf Of Anatoly Greenblatt
Sent: Sunday, July 27, 2008 5:46 AM
To: ofw at lists.openfabrics.org
Subject: [ofw][patch] fix_wdfcoinstaller_path.patch


Hi,
 
This fixes a wrong assumption in makebin.bat that winddk is installed on systemdrive.
 
Thanks,
Anatoly.
 
Index: makebin.bat
===================================================================
--- makebin.bat (revision 1450)
+++ makebin.bat (working copy)
@@ -25,7 +25,7 @@
 set DBG=TRUE
 
 set OSE=%3
-set WdfCoInstaller=%systemdrive%\WinDDK\6001.18001\redist\wdf
+set WdfCoInstaller=%_DDK%\redist\wdf
 
 if not exist %1 goto usage
 if not exist %2 goto usage




More information about the ofw mailing list