Skip to content

Commit 3903fa4

Browse files
committed
osgeo4w update: build with Python 2.7
1 parent b4f7a61 commit 3903fa4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ms-windows/osgeo4w/package-nightly.cmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ cmake -G "Visual Studio 9 2008" ^
9898
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
9999
-D GEOS_LIBRARY=%OSGEO4W_ROOT%/lib/geos_c_i.lib ^
100100
-D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python.exe ^
101-
-D PYTHON_INCLUDE_PATH=%O4W_ROOT%/apps/Python25/include ^
102-
-D PYTHON_LIBRARY=%O4W_ROOT%/apps/Python25/libs/python25.lib ^
103-
-D SIP_BINARY_PATH=%O4W_ROOT%/apps/Python25/sip.exe ^
101+
-D PYTHON_INCLUDE_PATH=%O4W_ROOT%/apps/Python27/include ^
102+
-D PYTHON_LIBRARY=%O4W_ROOT%/apps/Python27/libs/python27.lib ^
103+
-D SIP_BINARY_PATH=%O4W_ROOT%/apps/Python27/sip.exe ^
104104
-D GRASS_PREFIX=%O4W_ROOT%/apps/grass/grass-%GRASS_VERSION% ^
105105
-D QT_BINARY_DIR=%O4W_ROOT%/bin ^
106106
-D QT_LIBRARY_DIR=%O4W_ROOT%/lib ^

ms-windows/osgeo4w/package.cmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -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 ^

0 commit comments

Comments
 (0)