Skip to content

Commit 6ada2b6

Browse files
committedApr 26, 2015
osgeo4w: reflect packagename and version in nightly build
(cherry-picked from 9c5cbd4, dec0ca5 and 51a7317)
1 parent 9e0893f commit 6ada2b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎ms-windows/osgeo4w/package-nightly.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
5656

5757
set CMAKE_OPT=^
5858
-G "Visual Studio 10" ^
59-
-D BUILDNAME="OSGeo4W-Nightly-VC10-32" ^
6059
-D SIP_BINARY_PATH=%O4W_ROOT%/apps/Python27/sip.exe ^
6160
-D QWT_LIBRARY=%O4W_ROOT%/lib/qwt.lib ^
6261
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /ZI /MP /Od /D NDEBUG /D QGISDEBUG" ^
@@ -75,7 +74,6 @@ if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error)
7574

7675
set CMAKE_OPT=^
7776
-G "Visual Studio 10 Win64" ^
78-
-D BUILDNAME="OSGeo4W-Nightly-VC10-64" ^
7977
-D SPATIALINDEX_LIBRARY=%O4W_ROOT%/lib/spatialindex-64.lib ^
8078
-D SIP_BINARY_PATH=%O4W_ROOT%/bin/sip.exe ^
8179
-D QWT_LIBRARY=%O4W_ROOT%/lib/qwt5.lib ^
@@ -142,6 +140,7 @@ set GRASS_PREFIX=%O4W_ROOT%/apps/grass/grass-%GRASS_VERSION%
142140

143141
cmake %CMAKE_OPT% ^
144142
-D SITE="qgis.org" ^
143+
-D BUILDNAME="%PACKAGENAME%-%VERSION%-Nightly-VC10-%ARCH%" ^
145144
-D PEDANTIC=TRUE ^
146145
-D WITH_QSPATIALITE=TRUE ^
147146
-D WITH_SERVER=TRUE ^

0 commit comments

Comments
 (0)
Please sign in to comment.