[commit] r1671 - trunk/GME

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Sun Nov 6 10:50:18 CST 2011


Author: ksmyth
Date: Sun Nov  6 10:50:18 2011
New Revision: 1671

Log:
Fix x86 registration

Modified:
   trunk/GME/regrelease.bat

Modified: trunk/GME/regrelease.bat
==============================================================================
--- trunk/GME/regrelease.bat	Sat Nov  5 12:28:39 2011	(r1670)
+++ trunk/GME/regrelease.bat	Sun Nov  6 10:50:18 2011	(r1671)
@@ -70,7 +70,7 @@
 echo    OK
 
 echo XmlBackEnd.dll:
-if %1 NEQ x64 ( regsvr32 /s "%~dp0%1\Release\XmlBackEnd.dll" )
+if %1x NEQ x64x ( regsvr32 /s "%~dp0%1\Release\XmlBackEnd.dll" )
 if errorlevel 1 goto errorlabel
 echo    OK
 


More information about the gme-commit mailing list