[ofw] Svn commit 2183

Smith, Stan stan.smith at intel.com
Thu May 14 10:41:49 PDT 2009


Signed off by stan.smith at intel.com

Revision: 2183
Author: stansmith
Date: 10:18:01 AM, Thursday, May 14, 2009
Message:
[WinOF] buildrelease.bat update Platform_SDK & ND_SDK_PATH definitions
----
Modified : /gen1/trunk/WinOF/BuildRelease.bat


--- C:/Documents and Settings/scsmith/Local Settings/Temp/BuildRelease.bat-revBASE.svn000.tmp.bat       Thu May 14 10:16:43 2009
+++ C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/WinOF/BuildRelease.bat Mon May 11 13:36:34 2009
@@ -177,7 +177,18 @@
 )

 rem Platform SDK path - watchout for missing LoadPerf.h (installsp.c)
-set _PSDK=%SystemDrive%\progra~1\mi2578~1
+
+set _PSDK=C:\PROGRA~1\MICROS~3\Windows\v6.1
+if NOT EXIST %_PSDK% (
+    echo Missing PLATFORM SDK @ %_PSDK%
+    exit /B 1
+)
+
+set ND_SDK_PATH=C:\PROGRA~1\MICROS~4\NetworkDirect
+if NOT EXIST %ND_SDK_PATH% (
+    echo Missing Network Direct SDK @ %ND_SDK_PATH%
+    exit /B 1
+)

 rem set this to be the current svn commit number; overrides svn in path
 rem processing. Additionally if set to 'latest' code expects ..\..\..\latest.txt



More information about the ofw mailing list