[grisbi-cvs] grisbi/win32-msvc CMakeLists.txt, 1.5, 1.6 package.cmd, 1.1, 1.2

Mickaƫl Remars mykeul at users.sourceforge.net
Tue Aug 25 11:49:27 CEST 2009


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

Modified Files:
	CMakeLists.txt package.cmd 
Log Message:
add gtk's dlls to the zip

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32-msvc/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- CMakeLists.txt	25 Aug 2009 08:22:41 -0000	1.5
+++ CMakeLists.txt	25 Aug 2009 09:49:25 -0000	1.6
@@ -323,6 +323,12 @@
 ADD_CUSTOM_COMMAND(TARGET grisbi
 	PRE_BUILD
 	COMMAND xcopy
+	/Y /C target\\gtk-dev\\bin\\*.dll $(TargetDir)
+)
+
+ADD_CUSTOM_COMMAND(TARGET grisbi
+	PRE_BUILD
+	COMMAND xcopy
 	/S /Y ..\\pixmaps\\*.png $(TargetDir)\\pixmaps\\
 )
 

Index: package.cmd
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32-msvc/package.cmd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- package.cmd	25 Aug 2009 08:22:41 -0000	1.1
+++ package.cmd	25 Aug 2009 09:49:25 -0000	1.2
@@ -2,7 +2,8 @@
 set DIR=target\zip
 mkdir %DIR%
 
-xcopy /Y Release\*.exe %DIR%
+xcopy /Y target\Release\*.dll %DIR%
+xcopy /Y target\Release\*.exe %DIR%
 
 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