File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ goto devenv
6464:devenv_x86_64
6565call " %PF86% \Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
6666if 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
6869set SETUPAPI_LIBRARY = %PF86% \Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
6970if not exist " %SETUPAPI_LIBRARY% " set SETUPAPI_LIBRARY = %PROGRAMFILES% \Microsoft SDKs\Windows\v7.1\Lib\x64\SetupAPI.lib
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ goto devenv
6161
6262:devenv_x86_64
6363call " %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
6567set SETUPAPI_LIBRARY = %PF86% \Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
6668if 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)
262264move %PKGDIR% \bin\qgis.exe %OSGEO4W_ROOT% \bin\%PACKAGENAME% -bin.exe
263265move %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%
265268tar -C %OSGEO4W_ROOT% -cjf %ARCH% /release/qgis/%PACKAGENAME% /%PACKAGENAME% -%VERSION% -%PACKAGE% .tar.bz2 ^
266269 --exclude-from exclude ^
267270 --exclude " *.pyc" ^
You can’t perform that action at this time.
0 commit comments