mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
eb95c6895a
- 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
7 lines
173 B
Batchfile
7 lines
173 B
Batchfile
:: 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"
|