Skip to content

Commit f010e40

Browse files
author
jef
committed
update osgeo4w build to use GDAL 1.7
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13913 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 894639f commit f010e40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ms-windows/osgeo4w/package.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ cmake -G "Visual Studio 9 2008" ^
8989
-D WITH_INTERNAL_SPATIALITE=TRUE ^
9090
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
9191
-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 ^
9494
-D PYTHON_EXECUTABLE=%O4W_ROOT%/bin/python.exe ^
9595
-D PYTHON_INCLUDE_PATH=%O4W_ROOT%/apps/Python25/include ^
9696
-D PYTHON_LIBRARY=%O4W_ROOT%/apps/Python25/libs/python25.lib ^

ms-windows/osgeo4w/qgis.bat.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SET OSGEO4W_ROOT=@osgeo4w@
44
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
5-
call "%OSGEO4W_ROOT%"\bin\gdal16.bat
5+
call "%OSGEO4W_ROOT%"\bin\gdal17.bat
66
@echo off
77
path %PATH%;%GISBASE%\bin
88
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.exe %*

0 commit comments

Comments
 (0)