Skip to content

Commit 4184bd9

Browse files
committedApr 19, 2014
add path of bscmake.exe
1 parent e19139f commit 4184bd9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ goto devenv
6464
:devenv_x86_64
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
67+
path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
6768

6869
set SETUPAPI_LIBRARY=%PF86%\Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
6970
if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Lib\x64\SetupAPI.lib

‎ms-windows/osgeo4w/package.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ goto devenv
6161

6262
:devenv_x86_64
6363
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
64+
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
65+
path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
6466

6567
set SETUPAPI_LIBRARY=%PF86%\Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
6668
if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Lib\x64\SetupAPI.lib
@@ -262,6 +264,7 @@ if errorlevel 1 (echo tar server failed & goto error)
262264
move %PKGDIR%\bin\qgis.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-bin.exe
263265
move %PKGDIR%\bin\qbrowser.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser-bin.exe
264266

267+
if not exist %ARCH%\release\qgis\%PACKAGENAME% mkdir %ARCH%\release\qgis\%PACKAGENAME%
265268
tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 ^
266269
--exclude-from exclude ^
267270
--exclude "*.pyc" ^

0 commit comments

Comments
 (0)
Please sign in to comment.