[GME-commit]
GMESRC/SDK/BON/tools/CreateZip createzipexe.bat,1.1,1.2
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Feb 28 19:57:08 CST 2006
Update of /project/gme-repository/GMESRC/SDK/BON/tools/CreateZip
In directory escher:/tmp/cvs-serv26931/SDK/BON/tools/CreateZip
Modified Files:
createzipexe.bat
Log Message:
Fixed problems with Dispatch-based drag&drop (python support)
CVS User: Peter Volgyesi, ISIS (volgy)
Index: createzipexe.bat
===================================================================
RCS file: /project/gme-repository/GMESRC/SDK/BON/tools/CreateZip/createzipexe.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** createzipexe.bat 21 Aug 2001 22:04:00 -0000 1.1
--- createzipexe.bat 28 Feb 2006 19:57:06 -0000 1.2
***************
*** 20,24 ****
echo Creating ZIP archive:
! "%PROGRAMFILES%\WinZip\WINZIP32" -min -a %ZZ% @packagefiles.lst
if errorlevel 1 goto errorlabel
echo OK
--- 20,24 ----
echo Creating ZIP archive:
! "..\..\Install\Build\zip.exe" -9 -r -i at packagefiles.lst %ZZ% .
if errorlevel 1 goto errorlabel
echo OK
More information about the GME-commit
mailing list