File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
59
59
60
60
set CMAKE_OPT = ^
61
61
-G " Visual Studio 10" ^
62
- -D BUILDNAME=" OSGeo4W-Nightly-VC10-32" ^
63
62
-D SIP_BINARY_PATH=%O4W_ROOT% /apps/Python27/sip.exe ^
64
63
-D QWT_LIBRARY=%O4W_ROOT% /lib/qwt.lib ^
65
64
-D WITH_GRASS6=TRUE ^
@@ -82,7 +81,6 @@ if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error)
82
81
83
82
set CMAKE_OPT = ^
84
83
-G " Visual Studio 10 Win64" ^
85
- -D BUILDNAME=" OSGeo4W-Nightly-VC10-64" ^
86
84
-D SPATIALINDEX_LIBRARY=%O4W_ROOT% /lib/spatialindex-64.lib ^
87
85
-D WITH_GRASS6=TRUE ^
88
86
-D WITH_GRASS7=FALSE ^
@@ -152,6 +150,7 @@ set LIB=%LIB%;%OSGEO4W_ROOT%\lib
152
150
set INCLUDE = %INCLUDE% ;%OSGEO4W_ROOT% \include
153
151
154
152
cmake %CMAKE_OPT% ^
153
+ -D BUILDNAME=" %VERSION% -Nightly-VC10-%ARCH% " ^
155
154
-D SITE=" qgis.org" ^
156
155
-D PEDANTIC=TRUE ^
157
156
-D WITH_QSPATIALITE=TRUE ^
You can’t perform that action at this time.
0 commit comments