]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OFED] use symstor from the WDK instead of debug tools.
authorStan Smith <stan.smith@intel.com>
Fri, 21 May 2010 19:16:56 +0000 (19:16 +0000)
committerStan Smith <stan.smith@intel.com>
Fri, 21 May 2010 19:16:56 +0000 (19:16 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2802 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/OFED/WIX/build-OFA-dist.bat

index 217e2ff7ddaa73bcf3dce612a522547846afcc08..e745aa5e88b19703164c4c9a7815db922618df4a 100644 (file)
@@ -60,11 +60,14 @@ if not exist %WZ% (
     echo "Please manually create the archives."\r
     exit /B 1 \r
 )\r
-set SYMST="C:\Program Files\Debugging Tools for Windows (x64)"\symstore.exe\r
+\r
+set SYMST=%_NTDRIVE%\%_NTROOT%\Debuggers\symstore.exe\r
 if not exist %SYMST% (\r
     echo %0 - Missing installation of MS Debug tools @\r
     echo      %SYMST%\r
-    echo      www.microsoft.com/whdc/devtools/debugging/install64bit.mspx\r
+    echo      Install latest MS WDK [Windows Driver Kit] package\r
+    echo        www.microsoft.com/whdc/Devtools/wdk/default.mspx \r
+    echo         or www.microsoft.com/whdc/devtools/debugging/install64bit.mspx\r
     exit /B 1 \r
 )\r
 \r