Skip to content

Commit 60516a8

Browse files
committed
osgeo4w: enable touch support
1 parent 90b02ec commit 60516a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ms-windows/osgeo4w/package-nightly.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ cmake -G "Visual Studio 9 2008" ^
9696
-D WITH_MAPSERVER=TRUE ^
9797
-D WITH_ASTYLE=TRUE ^
9898
-D WITH_GLOBE=TRUE ^
99+
-D WITH_TOUCH=TRUE ^
99100
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
100101
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
101102
-D GEOS_LIBRARY=%O4W_ROOT%/lib/geos_c_i.lib ^

ms-windows/osgeo4w/package.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ cmake -G "Visual Studio 9 2008" ^
9292
-D WITH_SPATIALITE=TRUE ^
9393
-D WITH_MAPSERVER=TRUE ^
9494
-D WITH_GLOBE=TRUE ^
95+
-D WITH_TOUCH=TRUE ^
9596
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
9697
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
9798
-D GEOS_LIBRARY=%O4W_ROOT%/lib/geos_c_i.lib ^

0 commit comments

Comments
 (0)