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
64
64
:devenv_x86_64
65
65
call " %PF86% \Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
66
66
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
67
68
68
69
set SETUPAPI_LIBRARY = %PF86% \Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
69
70
if 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
61
61
62
62
:devenv_x86_64
63
63
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
64
66
65
67
set SETUPAPI_LIBRARY = %PF86% \Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
66
68
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)
262
264
move %PKGDIR% \bin\qgis.exe %OSGEO4W_ROOT% \bin\%PACKAGENAME% -bin.exe
263
265
move %PKGDIR% \bin\qbrowser.exe %OSGEO4W_ROOT% \bin\%PACKAGENAME% -browser-bin.exe
264
266
267
+ if not exist %ARCH% \release\qgis\%PACKAGENAME% mkdir %ARCH% \release\qgis\%PACKAGENAME%
265
268
tar -C %OSGEO4W_ROOT% -cjf %ARCH% /release/qgis/%PACKAGENAME% /%PACKAGENAME% -%VERSION% -%PACKAGE% .tar.bz2 ^
266
269
--exclude-from exclude ^
267
270
--exclude " *.pyc" ^
You can’t perform that action at this time.
0 commit comments