[commit] r1670 - trunk/GME

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Sat Nov 5 12:28:40 CDT 2011


Author: ksmyth
Date: Sat Nov  5 12:28:39 2011
New Revision: 1670

Log:
XmlBackend isnt supported under x64 yet

Modified:
   trunk/GME/regrelease.bat

Modified: trunk/GME/regrelease.bat
==============================================================================
--- trunk/GME/regrelease.bat	Fri Nov  4 20:44:32 2011	(r1669)
+++ trunk/GME/regrelease.bat	Sat Nov  5 12:28:39 2011	(r1670)
@@ -70,7 +70,7 @@
 echo    OK
 
 echo XmlBackEnd.dll:
-regsvr32 /s "%~dp0%1\Release\XmlBackEnd.dll"
+if %1 NEQ x64 ( regsvr32 /s "%~dp0%1\Release\XmlBackEnd.dll" )
 if errorlevel 1 goto errorlabel
 echo    OK
 


More information about the gme-commit mailing list