[commit] r1765 - trunk/GME
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Jan 4 14:34:34 CST 2012
Author: ksmyth
Date: Wed Jan 4 14:34:34 2012
New Revision: 1765
Log:
Support regdebug.bat x64
Modified:
trunk/GME/regdebug.bat
Modified: trunk/GME/regdebug.bat
==============================================================================
--- trunk/GME/regdebug.bat Wed Jan 4 14:34:24 2012 (r1764)
+++ trunk/GME/regdebug.bat Wed Jan 4 14:34:34 2012 (r1765)
@@ -6,77 +6,77 @@
REM
echo Core.dll:
-regsvr32 /s "%~dp0Debug\Core.dll"
+regsvr32 /s "%~dp0%1\Debug\Core.dll"
if errorlevel 1 goto errorlabel
echo OK
echo Meta.dll:
-regsvr32 /s "%~dp0Debug\Meta.dll"
+regsvr32 /s "%~dp0%1\Debug\Meta.dll"
if errorlevel 1 goto errorlabel
echo OK
echo Mga.dll:
-regsvr32 /s "%~dp0Debug\Mga.dll"
+regsvr32 /s "%~dp0%1\Debug\Mga.dll"
if errorlevel 1 goto errorlabel
echo OK
echo MgaUtil.dll:
-regsvr32 /s "%~dp0Debug\MgaUtil.dll"
+regsvr32 /s "%~dp0%1\Debug\MgaUtil.dll"
if errorlevel 1 goto errorlabel
echo OK
echo Parser.dll:
-regsvr32 /s "%~dp0Debug\Parser.dll"
+regsvr32 /s "%~dp0%1\Debug\Parser.dll"
if errorlevel 1 goto errorlabel
echo OK
echo ConstraintManager.dll:
-regsvr32 /s "%~dp0Debug\ConstraintManager.dll"
+regsvr32 /s "%~dp0%1\Debug\ConstraintManager.dll"
if errorlevel 1 goto errorlabel
echo OK
echo GMEActiveBrowser.ocx:
-regsvr32 /s "%~dp0Debug\GMEActiveBrowser.ocx"
+regsvr32 /s "%~dp0%1\Debug\GMEActiveBrowser.ocx"
if errorlevel 1 goto errorlabel
echo OK
echo MgaDecorators.dll:
-regsvr32 /s "%~dp0Debug\MgaDecorators.dll"
+regsvr32 /s "%~dp0%1\Debug\MgaDecorators.dll"
if errorlevel 1 goto errorlabel
echo OK
echo Annotator.dll:
-regsvr32 /s "%~dp0Debug\Annotator.dll"
+regsvr32 /s "%~dp0%1\Debug\Annotator.dll"
if errorlevel 1 goto errorlabel
echo OK
echo ObjectInspector.ocx:
-regsvr32 /s "%~dp0Debug\ObjectInspector.ocx"
+regsvr32 /s "%~dp0%1\Debug\ObjectInspector.ocx"
if errorlevel 1 goto errorlabel
echo OK
echo Search.ocx:
-regsvr32 /s "%~dp0Debug\Search.ocx"
+regsvr32 /s "%~dp0%1\Debug\Search.ocx"
if errorlevel 1 goto errorlabel
echo OK
echo Console.ocx:
-regsvr32 /s "%~dp0Debug\Console.ocx"
+regsvr32 /s "%~dp0%1\Debug\Console.ocx"
if errorlevel 1 goto errorlabel
echo OK
echo XmlBackEnd.dll:
-regsvr32 /s "%~dp0Debug\XmlBackEnd.dll"
+if %1x NEQ x64x ( regsvr32 /s "%~dp0%1\Debug\XmlBackEnd.dll" )
if errorlevel 1 goto errorlabel
echo OK
echo PartBrowser.ocx:
-regsvr32 /s "%~dp0Debug\PartBrowser.ocx"
+regsvr32 /s "%~dp0%1\Debug\PartBrowser.ocx"
if errorlevel 1 goto errorlabel
echo OK
echo PanningView.ocx:
-regsvr32 /s "%~dp0Debug\PanningView.ocx"
+regsvr32 /s "%~dp0%1\Debug\PanningView.ocx"
if errorlevel 1 goto errorlabel
echo OK
More information about the gme-commit
mailing list