[ofw] RE: Svn commit 2183

Sean Hefty sean.hefty at intel.com
Thu May 14 10:58:42 PDT 2009


>>  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
>
>Why not add a check to see if the env variable is already set?  This would
>allow people who have things installed in different places to set the
>environment variable and then call the script and get proper behavior...
>
>For example, my SDK path is c:\SDK\6.1
>
>> +if NOT EXIST %_PSDK% (
>> +    echo Missing PLATFORM SDK @ %_PSDK%
>> +    exit /B 1
>> +)
>> +
>> +set ND_SDK_PATH=C:\PROGRA~1\MICROS~4\NetworkDirect
>
>Same here.  For me this is d:\dev\hpc\private\networking\src

We already have environment variables for the SDK and ND that can be used.

I haven't looked at this batch file, but does it call the bldwo.bat file?




More information about the ofw mailing list