Skip to content

Commit 5eddb74

Browse files
committedJun 15, 2014
osgeo4w: x86 updated to GRASS 6.4.4RC1
1 parent 945be40 commit 5eddb74

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
@@ -13,8 +13,6 @@ REM * the Free Software Foundation; either version 2 of the License, or *
1313
REM * (at your option) any later version. *
1414
REM * *
1515
REM ***************************************************************************
16-
set GRASS_VERSION=6.4.3
17-
1816
set VERSION=%1
1917
set PACKAGE=%2
2018
set PACKAGENAME=%3
@@ -51,6 +49,7 @@ if "%ARCH%"=="x86" goto devenv_x86
5149
goto devenv_x86_64
5250

5351
:devenv_x86
52+
set GRASS_VERSION=6.4.4RC1
5453
set VS90COMNTOOLS=%PF86%\Microsoft Visual Studio 9.0\Common7\Tools\
5554
call "%PF86%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
5655

@@ -62,6 +61,7 @@ set CMAKE_OPT=^
6261
goto devenv
6362

6463
:devenv_x86_64
64+
set GRASS_VERSION=6.4.3
6565
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
6666
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" /x64 /Release
6767
path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin

‎ms-windows/osgeo4w/package.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ REM * the Free Software Foundation; either version 2 of the License, or *
1313
REM * (at your option) any later version. *
1414
REM * *
1515
REM ***************************************************************************
16-
set GRASS_VERSION=6.4.3
17-
1816
set VERSION=%1
1917
set PACKAGE=%2
2018
set PACKAGENAME=%3
@@ -51,6 +49,7 @@ if "%ARCH%"=="x86" goto devenv_x86
5149
goto devenv_x86_64
5250

5351
:devenv_x86
52+
set GRASS_VERSION=6.4.4RC1
5453
set VS90COMNTOOLS=%PF86%\Microsoft Visual Studio 9.0\Common7\Tools\
5554
call "%PF86%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
5655

@@ -60,6 +59,7 @@ set CMAKE_OPT=^
6059
goto devenv
6160

6261
:devenv_x86_64
62+
set GRASS_VERSION=6.4.3
6363
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
6464
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" /x64 /Release
6565
path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin

0 commit comments

Comments
 (0)