]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WinOF] buildrelease.bat usages of 'C:' changed to '%SystemDrive%'.
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 28 Jul 2008 18:49:15 +0000 (18:49 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 28 Jul 2008 18:49:15 +0000 (18:49 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@1452 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/BuildRelease.bat

index 320f52a3869d4a179cace839760622197d1c5a35..798ee9202cf106bdaf2e5f779854c89a3050d6b0 100644 (file)
@@ -97,7 +97,7 @@ if "%1" == "msi" (
 \r
 rem Use this WDK\r
 \r
-set _DDK=C:\WinDDK\6001.18001\r
+set _DDK=%SystemDrive%\WinDDK\6001.18001\r
 \r
 if NOT EXIST %_DDK% (\r
     echo Missing WDK @ %_DDK%\r
@@ -106,7 +106,7 @@ if NOT EXIST %_DDK% (
 echo %0 - Building with WDK @ %_DDK%\r
 \r
 rem Platform SDK path - watchout for missing LoadPerf.h (installsp.c)\r
-set _PSDK=C:\progra~1\mi2578~1\r
+set _PSDK=%SystemDrive%\progra~1\mi2578~1\r
 \r
 rem setup value for OPENIB_REV assignment.\r
 \r