[GME-commit] GMESRC/GME regdebug.bat, 1.13, 1.14 regrelease.bat, 1.11, 1.12

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Mon Jun 2 12:40:56 CDT 2008


Update of /project/gme-repository/GMESRC/GME
In directory escher:/tmp/cvs-serv30015/GME

Modified Files:
	regdebug.bat regrelease.bat 
Log Message:
PanningView ActiveX control2

CVS User:  (csaba)

Index: regrelease.bat
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/regrelease.bat,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** regrelease.bat	13 Feb 2008 21:23:58 -0000	1.11
--- regrelease.bat	2 Jun 2008 17:40:54 -0000	1.12
***************
*** 76,79 ****
--- 76,84 ----
  echo    OK
  
+ echo PanningView.ocx:
+ regsvr32 /s "PanningView\Release\PanningView.ocx"
+ if errorlevel 1 goto errorlabel
+ echo    OK
+ 
  goto eof
  

Index: regdebug.bat
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/regdebug.bat,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** regdebug.bat	13 Feb 2008 21:23:58 -0000	1.13
--- regdebug.bat	2 Jun 2008 17:40:54 -0000	1.14
***************
*** 76,79 ****
--- 76,84 ----
  echo    OK
  
+ echo PanningView.ocx:
+ regsvr32 /s "PanningView\Debug\PanningView.ocx"
+ if errorlevel 1 goto errorlabel
+ echo    OK
+ 
  goto eof
  



More information about the GME-commit mailing list