mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Updated Windows build environment
This commit is contained in:
parent
38ac234862
commit
1352631807
10 changed files with 191 additions and 199 deletions
|
@ -1,5 +1,5 @@
|
|||
:: Usage:
|
||||
:: call build-libs.bat [auto-copy] [make tasks]
|
||||
:: call build-libs.bat [make tasks]
|
||||
|
||||
@echo off
|
||||
|
||||
|
@ -7,7 +7,6 @@ setlocal
|
|||
|
||||
:: Parameter
|
||||
set MakeParam="DOWNLOAD_PATH=../download"
|
||||
if "%~1"=="auto-copy" set MakeParam=%MakeParam% "COPY_ANSWER=y"& shift /1
|
||||
|
||||
set MakeTask=
|
||||
:param_loop
|
||||
|
@ -30,6 +29,9 @@ if not exist "%EnvMSYSSH%" %cecho% error "Please install MSYS first." & exit /B
|
|||
call "%~dp0env.bat"
|
||||
if errorlevel 1 goto error_env
|
||||
|
||||
:: Add tools path to PATH environment
|
||||
set PATH=%EnvToolsPath%;%PATH%
|
||||
|
||||
call "%ToolsPath%\msys-path.bat" "%~dp0" MSYSCurPath
|
||||
call "%ToolsPath%\msys-path.bat" "%BuildLibsPath%" MSYSBuildLibsPath
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue