[ofw][patch] fix_wdfcoinstaller_path.patch
Stan C. Smith
stan.smith at intel.com
Mon Jul 28 10:05:22 PDT 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080728/a0701e77/attachment.html>
More information about the ofw
mailing list