File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if "%ARCH%"=="x86" goto devenv_x86
56
56
goto devenv_x86_64
57
57
58
58
:devenv_x86
59
- set GRASS_VERSIONS = 6.4.4 7.0.1RC2
59
+ set GRASS_VERSIONS = 6.4.4 7.0.1
60
60
call " %PF86% \Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
61
61
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
62
62
path %path% ;%PF86% \Microsoft Visual Studio 10.0\VC\bin
@@ -68,7 +68,7 @@ set CMAKE_OPT=^
68
68
-D WITH_GRASS=TRUE ^
69
69
-D WITH_GRASS7=TRUE ^
70
70
-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 ^
72
72
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO=" /MD /ZI /MP /Od /D NDEBUG /D QGISDEBUG" ^
73
73
-D CMAKE_PDB_OUTPUT_DIRECTORY_RELWITHDEBINFO=%BUILDDIR% \apps\%PACKAGENAME% \pdb
74
74
goto devenv
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if "%ARCH%"=="x86" goto devenv_x86
56
56
goto devenv_x86_64
57
57
58
58
:devenv_x86
59
- set GRASS_VERSIONS = 6.4.4 7.0.1RC2
59
+ set GRASS_VERSIONS = 6.4.4 7.0.1
60
60
call " %PF86% \Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
61
61
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
62
62
path %path% ;%PF86% \Microsoft Visual Studio 10.0\VC\bin
@@ -68,7 +68,7 @@ set CMAKE_OPT=^
68
68
-D WITH_GRASS=TRUE ^
69
69
-D WITH_GRASS7=TRUE ^
70
70
-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
72
72
goto devenv
73
73
74
74
:devenv_x86_64
You can’t perform that action at this time.
0 commit comments