[grisbi-cvs] grisbi/win32-msvc prepare.cmd, NONE, 1.1 .cvsignore, 1.1, 1.2 CMakeLists.txt, 1.1, 1.2
Mickaƫl Remars
mykeul at users.sourceforge.net
Sun Aug 23 23:17:19 CEST 2009
Update of /cvsroot/grisbi/grisbi/win32-msvc
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9357
Modified Files:
.cvsignore CMakeLists.txt
Added Files:
prepare.cmd
Log Message:
Added script to prepare the compilation (download and unzip gtk at the right place, call cmake)
Index: .cvsignore
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32-msvc/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore 23 Aug 2009 21:06:04 -0000 1.1
+++ .cvsignore 23 Aug 2009 21:17:17 -0000 1.2
@@ -3,9 +3,11 @@
CMakeFiles
Debug
grisbi.dir
+gtk+
Release
*.ncb
*.sln
*.suo
*.user
-*.vcproj
\ No newline at end of file
+*.vcproj
+*.zip
\ No newline at end of file
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/grisbi/grisbi/win32-msvc/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt 23 Aug 2009 18:20:38 -0000 1.1
+++ CMakeLists.txt 23 Aug 2009 21:17:17 -0000 1.2
@@ -6,16 +6,17 @@
ADD_DEFINITIONS(-D__PRETTY_FUNCTION__="")
INCLUDE_DIRECTORIES(
+ ../win32-msvc/gtk+/include/atk-1.0
+ ../win32-msvc/gtk+/include/cairo
+ ../win32-msvc/gtk+/include/glib-2.0
+ ../win32-msvc/gtk+/include/gtk-2.0
+ ../win32-msvc/gtk+/include/pango-1.0
+ ../win32-msvc/gtk+/include
+ ../win32-msvc/gtk+/lib/glib-2.0/include
+ ../win32-msvc/gtk+/lib/gtk-2.0/include
../win32-msvc/src
+ ../win32-msvc
../win32
- ../gtk+/include/atk-1.0
- ../gtk+/include/cairo
- ../gtk+/include/glib-2.0
- ../gtk+/include/gtk-2.0
- ../gtk+/include/pango-1.0
- ../gtk+/include
- ../gtk+/lib/glib-2.0/include
- ../gtk+/lib/gtk-2.0/include
../src
)
--- NEW FILE: prepare.cmd ---
@echo off
wget http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-bundle_2.16.5-20090731_win32.zip
unzip gtk+-bundle_2.16.5-20090731_win32.zip -d gtk+
cmake -G "Visual Studio 9 2008" .
More information about the cvs
mailing list