File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ cmake -G "Visual Studio 9 2008" ^
89
89
-D WITH_INTERNAL_SPATIALITE=TRUE ^
90
90
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
91
91
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
92
- -D GDAL_INCLUDE_DIR=%O4W_ROOT% /apps/gdal-16 /include ^
93
- -D GDAL_LIBRARY=%O4W_ROOT% /apps/gdal-16 /lib/gdal_i.lib ^
92
+ -D GDAL_INCLUDE_DIR=%O4W_ROOT% /apps/gdal-17 /include ^
93
+ -D GDAL_LIBRARY=%O4W_ROOT% /apps/gdal-17 /lib/gdal_i.lib ^
94
94
-D PYTHON_EXECUTABLE=%O4W_ROOT% /bin/python.exe ^
95
95
-D PYTHON_INCLUDE_PATH=%O4W_ROOT% /apps/Python25/include ^
96
96
-D PYTHON_LIBRARY=%O4W_ROOT% /apps/Python25/libs/python25.lib ^
Original file line number Diff line number Diff line change 2
2
3
3
SET OSGEO4W_ROOT=@osgeo4w@
4
4
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
5
- call "%OSGEO4W_ROOT%"\bin\gdal16 .bat
5
+ call "%OSGEO4W_ROOT%"\bin\gdal17 .bat
6
6
@echo off
7
7
path %PATH%;%GISBASE%\bin
8
8
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.exe %*
You can’t perform that action at this time.
0 commit comments