[grisbi-cvs] grisbi/win32-msvc CMakeLists.txt, 1.7, 1.8 package.cmd, 1.2, 1.3
Mickaƫl Remars
mykeul at users.sourceforge.net
Tue Aug 25 13:47:13 CEST 2009
Update of /cvsroot/grisbi/grisbi/win32-msvc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16759
Modified Files:
CMakeLists.txt package.cmd
Log Message:
Include some missing gtk files
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32-msvc/CMakeLists.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- CMakeLists.txt 25 Aug 2009 10:31:49 -0000 1.7
+++ CMakeLists.txt 25 Aug 2009 11:47:11 -0000 1.8
@@ -2,7 +2,6 @@
SET(EXECUTABLE_OUTPUT_PATH target)
-
ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS)
ADD_DEFINITIONS(-D__PRETTY_FUNCTION__="")
ADD_DEFINITIONS(-D_WIN32)
@@ -54,7 +53,6 @@
# Define to 1 when you do not want to use SSL as crypt algorithm (NOT RECOMMANDED)
#ADD_DEFINITIONS(-DNOSSL=1)
-
INCLUDE_DIRECTORIES(
target/gtk-dev/include/atk-1.0
target/gtk-dev/include/cairo
@@ -377,6 +375,18 @@
ADD_CUSTOM_COMMAND(TARGET grisbi
PRE_BUILD
COMMAND xcopy
+ /S /Y target\\gtk-dev\\etc $(TargetDir)\\etc\\
+)
+
+ADD_CUSTOM_COMMAND(TARGET grisbi
+ PRE_BUILD
+ COMMAND xcopy
+ /S /Y target\\gtk-dev\\lib\\gtk-2.0\\2.10.0 $(TargetDir)\\lib\\gtk-2.0\\2.10.0\\
+)
+
+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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- package.cmd 25 Aug 2009 09:49:25 -0000 1.2
+++ package.cmd 25 Aug 2009 11:47:11 -0000 1.3
@@ -4,6 +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 ..\help %DIR%\help\
call tools\dos2unix.cmd ..\help\tips\tips.txt %DIR%\help\tips\tips.txt
More information about the cvs
mailing list