[commit] r2346 - trunk/GME
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Sep 12 15:22:36 CDT 2013
Author: ksmyth
Date: Thu Sep 12 15:22:36 2013
New Revision: 2346
Log:
Win8 fix
Modified:
trunk/GME/regrelease.bat
Modified: trunk/GME/regrelease.bat
==============================================================================
--- trunk/GME/regrelease.bat Thu Sep 12 15:21:59 2013 (r2345)
+++ trunk/GME/regrelease.bat Thu Sep 12 15:22:36 2013 (r2346)
@@ -85,7 +85,8 @@
echo OK
echo GME.exe
-%windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe "%~dp0%1\Release\GME.exe"
+: FIXME regtlibv12.exe doesnt exist on Win8
+if exit %windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe %windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe "%~dp0%1\Release\GME.exe"
if errorlevel 1 goto errorlabel
echo GME.exe
More information about the gme-commit
mailing list