Skip to content

Commit 15170dd

Browse files
committedJul 31, 2015
osgeo4w: switch to grass 7.0.1 from RC2
1 parent d722f5b commit 15170dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if "%ARCH%"=="x86" goto devenv_x86
5656
goto devenv_x86_64
5757

5858
:devenv_x86
59-
set GRASS_VERSIONS=6.4.4 7.0.1RC2
59+
set GRASS_VERSIONS=6.4.4 7.0.1
6060
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
6161
if exist "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" call "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /x86 /Release
6262
path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
@@ -68,7 +68,7 @@ set CMAKE_OPT=^
6868
-D WITH_GRASS=TRUE ^
6969
-D WITH_GRASS7=TRUE ^
7070
-D GRASS_PREFIX=%O4W_ROOT%/apps/grass/grass-6.4.4 ^
71-
-D GRASS_PREFIX7=%O4W_ROOT%/apps/grass/grass-7.0.1RC2 ^
71+
-D GRASS_PREFIX7=%O4W_ROOT%/apps/grass/grass-7.0.1 ^
7272
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /ZI /MP /Od /D NDEBUG /D QGISDEBUG" ^
7373
-D CMAKE_PDB_OUTPUT_DIRECTORY_RELWITHDEBINFO=%BUILDDIR%\apps\%PACKAGENAME%\pdb
7474
goto devenv

‎ms-windows/osgeo4w/package.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if "%ARCH%"=="x86" goto devenv_x86
5656
goto devenv_x86_64
5757

5858
:devenv_x86
59-
set GRASS_VERSIONS=6.4.4 7.0.1RC2
59+
set GRASS_VERSIONS=6.4.4 7.0.1
6060
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
6161
if exist "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" call "c:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /x86 /Release
6262
path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
@@ -68,7 +68,7 @@ set CMAKE_OPT=^
6868
-D WITH_GRASS=TRUE ^
6969
-D WITH_GRASS7=TRUE ^
7070
-D GRASS_PREFIX=%O4W_ROOT%/apps/grass/grass-6.4.4 ^
71-
-D GRASS_PREFIX7=%O4W_ROOT%/apps/grass/grass-7.0.1RC2
71+
-D GRASS_PREFIX7=%O4W_ROOT%/apps/grass/grass-7.0.1
7272
goto devenv
7373

7474
:devenv_x86_64

0 commit comments

Comments
 (0)
Please sign in to comment.