[commit] r1177 - trunk/Install
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Feb 14 10:43:54 CST 2011
Author: ksmyth
Date: Mon Feb 14 10:43:53 2011
New Revision: 1177
Log:
Query PROCESSOR_ARCHITECTURE for DBGTOOLS location
Modified:
trunk/Install/symbols.cmd
Modified: trunk/Install/symbols.cmd
==============================================================================
--- trunk/Install/symbols.cmd Mon Feb 14 10:43:04 2011 (r1176)
+++ trunk/Install/symbols.cmd Mon Feb 14 10:43:53 2011 (r1177)
@@ -1,3 +1,7 @@
-set VERSION=10.8.18
-set DBGTOOLS=C:\Program Files\Debugging Tools for Windows (x64)
-"%DBGTOOLS%\symstore.exe" add /f %GME_ROOT%/Install/GME-%VERSION%-symbols /s \\atlantis\project\GME\symbols /r /t GME /v %VERSION% /c "GME Release %VERSION% symbols added" /compress
\ No newline at end of file
+set DBGTOOLS=%ProgramFiles%\Debugging Tools for Windows (x86)
+IF "%PROCESSOR_ARCHITECTURE%" == "AMD64" set DBGTOOLS=%ProgramFiles%\Debugging Tools for Windows (x64)
+IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" set DBGTOOLS=%ProgramW6432%\Debugging Tools for Windows (x64)
+
+set VERSION=10.12.2
+
+"%DBGTOOLS%\symstore.exe" add /f %GME_ROOT% /s \\atlantis\project\GME\symbols /r /t GME /v %VERSION% /c "GME Release %VERSION% symbols added" /compress
More information about the gme-commit
mailing list