mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-24 14:48:42 -04:00
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:
parent
00085728ae
commit
eb95c6895a
19 changed files with 430 additions and 67 deletions
6
build_scripts/Windows/tools/cecho.bat
Normal file
6
build_scripts/Windows/tools/cecho.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
:: Usage:
|
||||
:: call cecho.bat [info|error|std] "text"
|
||||
|
||||
if "%~1"=="std" echo %~2
|
||||
if "%~1"=="info" "%EnvCEchoExe%" green "%~2"
|
||||
if "%~1"=="error" "%EnvCEchoExe%" red "%~2"
|
Loading…
Add table
Add a link
Reference in a new issue