[grisbi-cvs] grisbi/win32-msvc package.cmd,1.3,1.4

Mickaƫl Remars mykeul at users.sourceforge.net
Mon Sep 21 09:58:17 CEST 2009


Update of /cvsroot/grisbi/grisbi/win32-msvc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22976

Modified Files:
	package.cmd 
Log Message:
Fixed windows packaging script: multiple gtk files were missing

Index: package.cmd
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32-msvc/package.cmd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- package.cmd	25 Aug 2009 11:47:11 -0000	1.3
+++ package.cmd	21 Sep 2009 07:58:15 -0000	1.4
@@ -4,8 +4,8 @@
 
 xcopy /Y target\Release\*.dll %DIR%
 xcopy /Y target\Release\*.exe %DIR%
-xcopy /Y target\Release\etc %DIR%\etc\
-xcopy /Y target\Release\lib %DIR%\lib\
+xcopy /S /Y target\Release\etc %DIR%\etc\
+xcopy /S /Y target\Release\lib %DIR%\lib\
 
 xcopy /S /Y ..\help %DIR%\help\
 call tools\dos2unix.cmd ..\help\tips\tips.txt %DIR%\help\tips\tips.txt



More information about the cvs mailing list