Skip to content

Commit d78bc7d

Browse files
committedApr 19, 2015
osgeo4w: reflect version in nightly build name
1 parent 51a7317 commit d78bc7d

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
@@ -59,7 +59,6 @@ path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
5959

6060
set CMAKE_OPT=^
6161
-G "Visual Studio 10" ^
62-
-D BUILDNAME="OSGeo4W-Nightly-VC10-32" ^
6362
-D SIP_BINARY_PATH=%O4W_ROOT%/apps/Python27/sip.exe ^
6463
-D QWT_LIBRARY=%O4W_ROOT%/lib/qwt.lib ^
6564
-D WITH_GRASS6=TRUE ^
@@ -82,7 +81,6 @@ if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error)
8281

8382
set CMAKE_OPT=^
8483
-G "Visual Studio 10 Win64" ^
85-
-D BUILDNAME="OSGeo4W-Nightly-VC10-64" ^
8684
-D SPATIALINDEX_LIBRARY=%O4W_ROOT%/lib/spatialindex-64.lib ^
8785
-D WITH_GRASS6=TRUE ^
8886
-D WITH_GRASS7=FALSE ^
@@ -152,6 +150,7 @@ set LIB=%LIB%;%OSGEO4W_ROOT%\lib
152150
set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include
153151

154152
cmake %CMAKE_OPT% ^
153+
-D BUILDNAME="%VERSION%-Nightly-VC10-%ARCH%" ^
155154
-D SITE="qgis.org" ^
156155
-D PEDANTIC=TRUE ^
157156
-D WITH_QSPATIALITE=TRUE ^

0 commit comments

Comments
 (0)
Please sign in to comment.