mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
add path of bscmake.exe
This commit is contained in:
parent
e19139f68d
commit
4184bd9a3a
@ -64,6 +64,7 @@ goto devenv
|
|||||||
:devenv_x86_64
|
:devenv_x86_64
|
||||||
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
|
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
|
||||||
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
|
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
|
||||||
|
path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
|
||||||
|
|
||||||
set SETUPAPI_LIBRARY=%PF86%\Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
|
set SETUPAPI_LIBRARY=%PF86%\Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
|
||||||
if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Lib\x64\SetupAPI.lib
|
if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Lib\x64\SetupAPI.lib
|
||||||
|
@ -61,6 +61,8 @@ goto devenv
|
|||||||
|
|
||||||
:devenv_x86_64
|
:devenv_x86_64
|
||||||
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
|
call "%PF86%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
|
||||||
|
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
|
||||||
|
path %path%;%PF86%\Microsoft Visual Studio 10.0\VC\bin
|
||||||
|
|
||||||
set SETUPAPI_LIBRARY=%PF86%\Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
|
set SETUPAPI_LIBRARY=%PF86%\Microsoft SDKs\Windows\v7.0A\Lib\x64\SetupAPI.Lib
|
||||||
if not exist "%SETUPAPI_LIBRARY%" set SETUPAPI_LIBRARY=%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Lib\x64\SetupAPI.lib
|
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)
|
|||||||
move %PKGDIR%\bin\qgis.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-bin.exe
|
move %PKGDIR%\bin\qgis.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-bin.exe
|
||||||
move %PKGDIR%\bin\qbrowser.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser-bin.exe
|
move %PKGDIR%\bin\qbrowser.exe %OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser-bin.exe
|
||||||
|
|
||||||
|
if not exist %ARCH%\release\qgis\%PACKAGENAME% mkdir %ARCH%\release\qgis\%PACKAGENAME%
|
||||||
tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 ^
|
tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERSION%-%PACKAGE%.tar.bz2 ^
|
||||||
--exclude-from exclude ^
|
--exclude-from exclude ^
|
||||||
--exclude "*.pyc" ^
|
--exclude "*.pyc" ^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user