mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
617ed25a19
- Removed commandline switch "version" - Added MinGit for determining version information during compile process - Added sigcheck to determine version of the executable
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"
|