[ofw][patch] fix_wdfcoinstaller_path.patch
Anatoly Greenblatt
anatolyg at voltaire.com
Mon Jul 28 13:24:35 PDT 2008
Hi Fab,
I'm usually running makebin thru BuildRelease where the _DDK is defined.
Regards,
Anatoly.
________________________________
From: Fab Tillier [mailto:ftillier at windows.microsoft.com]
Sent: Mon 7/28/2008 7:48 PM
To: Anatoly Greenblatt; ofw at lists.openfabrics.org
Subject: RE: [ofw][patch] fix_wdfcoinstaller_path.patch
Hi Anatoly,
>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
The '_DDK' environment variable isn't set on my machine. Is this something that needs to be set manually? If makebin is being run from a WDK build environment perhaps using %PUBLIC_ROOT% would work.
-Fab
More information about the ofw
mailing list