[commit] r1715 - trunk/GME

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Dec 1 10:41:30 CST 2011


Author: ksmyth
Date: Thu Dec  1 10:41:30 2011
New Revision: 1715

Log:
Register GME.exe typelib

Modified:
   trunk/GME/regrelease.bat

Modified: trunk/GME/regrelease.bat
==============================================================================
--- trunk/GME/regrelease.bat	Thu Dec  1 10:41:20 2011	(r1714)
+++ trunk/GME/regrelease.bat	Thu Dec  1 10:41:30 2011	(r1715)
@@ -84,6 +84,10 @@
 if errorlevel 1 goto errorlabel
 echo    OK
 
+echo GME.exe
+%windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe "%~dp0%1\Release\GME.exe"
+if errorlevel 1 goto errorlabel
+
 goto eof
 
 :errorlabel


More information about the gme-commit mailing list