mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-18 20:04:55 -04:00
Optimized Windows build environment
This commit is contained in:
parent
93ab975b72
commit
1eed404170
14 changed files with 185 additions and 295 deletions
|
@ -1,6 +1,3 @@
|
|||
:: Usage:
|
||||
:: call git-log.bat standard|retrotor [no-ask]
|
||||
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
|
@ -13,7 +10,9 @@ call "%~dp0..\env.bat"
|
|||
if errorlevel 1 goto error_env
|
||||
call "%EnvPath%\env.bat"
|
||||
if errorlevel 1 goto error_env
|
||||
call "%~dp0env.bat" %1
|
||||
|
||||
call "%~dp0env.bat" %*
|
||||
if errorlevel 2 exit /B 2
|
||||
if errorlevel 1 goto error_env
|
||||
|
||||
:: Check git executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue