File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11@ echo off
2- set GRASS_VERSION = 6.4.2RC3
2+ set GRASS_VERSION = 6.4.2
33set SVNVERSION = c:/cygwin/bin/svnversion
44
55set BUILDDIR = %CD% \build
@@ -95,9 +95,9 @@ cmake -G "Visual Studio 9 2008" ^
9595 -D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
9696 -D GEOS_LIBRARY=%OSGEO4W_ROOT% /lib/geos_c_i.lib ^
9797 -D PYTHON_EXECUTABLE=%O4W_ROOT% /bin/python.exe ^
98- -D PYTHON_INCLUDE_PATH=%O4W_ROOT% /apps/Python25 /include ^
99- -D PYTHON_LIBRARY=%O4W_ROOT% /apps/Python25 /libs/python25 .lib ^
100- -D SIP_BINARY_PATH=%O4W_ROOT% /apps/Python25 /sip.exe ^
98+ -D PYTHON_INCLUDE_PATH=%O4W_ROOT% /apps/Python27 /include ^
99+ -D PYTHON_LIBRARY=%O4W_ROOT% /apps/Python27 /libs/python27 .lib ^
100+ -D SIP_BINARY_PATH=%O4W_ROOT% /apps/Python27 /sip.exe ^
101101 -D GRASS_PREFIX=%O4W_ROOT% /apps/grass/grass-%GRASS_VERSION% ^
102102 -D QT_BINARY_DIR=%O4W_ROOT% /bin ^
103103 -D QT_LIBRARY_DIR=%O4W_ROOT% /lib ^
Original file line number Diff line number Diff line change 11@ echo off
2- set GRASS_VERSION = 6.4.2RC3
2+ set GRASS_VERSION = 6.4.2
33
44set BUILDDIR = %CD% \build
55REM set BUILDDIR=%TEMP%\qgis_unstable
@@ -96,9 +96,9 @@ cmake -G "Visual Studio 9 2008" ^
9696 -D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
9797 -D GEOS_LIBRARY=%OSGEO4W_ROOT% /lib/geos_c_i.lib ^
9898 -D PYTHON_EXECUTABLE=%O4W_ROOT% /bin/python.exe ^
99- -D PYTHON_INCLUDE_PATH=%O4W_ROOT% /apps/Python25 /include ^
100- -D PYTHON_LIBRARY=%O4W_ROOT% /apps/Python25 /libs/python25 .lib ^
101- -D SIP_BINARY_PATH=%O4W_ROOT% /apps/Python25 /sip.exe ^
99+ -D PYTHON_INCLUDE_PATH=%O4W_ROOT% /apps/Python27 /include ^
100+ -D PYTHON_LIBRARY=%O4W_ROOT% /apps/Python27 /libs/python27 .lib ^
101+ -D SIP_BINARY_PATH=%O4W_ROOT% /apps/Python27 /sip.exe ^
102102 -D GRASS_PREFIX=%O4W_ROOT% /apps/grass/grass-%GRASS_VERSION% ^
103103 -D QT_BINARY_DIR=%O4W_ROOT% /bin ^
104104 -D QT_LIBRARY_DIR=%O4W_ROOT% /lib ^
Original file line number Diff line number Diff line change @@ -323,8 +323,8 @@ ADD_LIBRARY(qgis_core SHARED ${QGIS_CORE_SRCS} ${QGIS_CORE_MOC_SRCS} ${INDEX_SRC
323323
324324SET_TARGET_PROPERTIES (qgis_core PROPERTIES VERSION ${COMPLETE_VERSION} SOVERSION ${COMPLETE_VERSION} )
325325
326- # make sure to create qgssvnversion .h before compiling
327- ADD_DEPENDENCIES (qgis_core svnversion )
326+ # make sure to create qgsversion .h before compiling
327+ ADD_DEPENDENCIES (qgis_core version )
328328
329329# because of htonl
330330IF (WIN32 )
You can’t perform that action at this time.
0 commit comments