<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=916200117-28072008><FONT face=Arial color=#0000ff 
size=2>Hello,</FONT></SPAN></DIV>
<DIV><SPAN class=916200117-28072008><FONT face=Arial color=#0000ff size=2>  
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%?</FONT></SPAN></DIV>
<DIV><SPAN class=916200117-28072008><FONT face=Arial color=#0000ff 
size=2>Anyway, the latest in svn uses %systemdrive% which is 
correct.</FONT></SPAN></DIV>
<DIV><SPAN class=916200117-28072008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=916200117-28072008><FONT face=Arial color=#0000ff size=2>It's 
always good to have many eyes on the code.</FONT></SPAN></DIV>
<DIV><SPAN class=916200117-28072008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=916200117-28072008><FONT face=Arial color=#0000ff 
size=2>stan.</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> ofw-bounces@lists.openfabrics.org 
[mailto:ofw-bounces@lists.openfabrics.org] <B>On Behalf Of </B>Anatoly 
Greenblatt<BR><B>Sent:</B> Sunday, July 27, 2008 5:46 AM<BR><B>To:</B> 
ofw@lists.openfabrics.org<BR><B>Subject:</B> [ofw][patch] 
fix_wdfcoinstaller_path.patch<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT face=Tahoma>Hi,</FONT></DIV>
<DIV><FONT face=Tahoma></FONT> </DIV>
<DIV><FONT face=Tahoma>This fixes a wrong assumption in makebin.bat that winddk 
is installed on systemdrive.</FONT></DIV>
<DIV><FONT face=Tahoma></FONT> </DIV>
<DIV><FONT face=Tahoma>Thanks,</FONT></DIV>
<DIV><FONT face=Tahoma>Anatoly.</FONT></DIV>
<DIV><FONT face=Tahoma></FONT> </DIV>
<DIV><FONT face=Tahoma>Index: 
makebin.bat<BR>===================================================================<BR>--- 
makebin.bat (revision 1450)<BR>+++ makebin.bat (working copy)<BR>@@ 
-25,7 +25,7 @@<BR> set DBG=TRUE<BR> <BR> set OSE=%3<BR>-set 
WdfCoInstaller=%systemdrive%\WinDDK\6001.18001\redist\wdf<BR>+set 
WdfCoInstaller=%_DDK%\redist\wdf<BR> <BR> if not exist %1 goto 
usage<BR> if not exist %2 goto usage<BR></FONT></DIV></BODY></HTML>