<!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.2900.5512" name=GENERATOR></HEAD>
<BODY>
<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>