Windows build environment:

- Renamed folder build_libs to build-libs
- Removed old file stripSVN.sh
- Fixed some batch files
- Switch from curl to wget
- Added Qt environment
- Added build.bat to build everything
This commit is contained in:
thunder2 2016-11-03 08:32:15 +01:00
parent 00085728ae
commit eb95c6895a
19 changed files with 430 additions and 67 deletions

View file

@ -1,4 +1,3 @@
set CurPath=%~dp0
set BuildPath=%EnvRootPath%\builds
set DeployPath=%EnvRootPath%\deploy

View file

@ -169,7 +169,7 @@ if exist "%SourcePath%\libresapi\src\webui" (
rem pack files
title Pack - %SourceName%-%RsBuildConfig% [pack files]
"%SevenZipExe%" a -mx=9 -t7z "%Archive%" "%RsDeployPath%\*"
"%EnvSevenZipExe%" a -mx=9 -t7z "%Archive%" "%RsDeployPath%\*"
title %COMSPEC%