Replace cecho.exe with PowerShell snippet, fix exit bug in vs-cfg.cmd, fix Visual Studio download URL, rename IFCOS_NUM_BUILD_PROCESSES -> IFCOS_NUM_BUILD_PROCS

This commit is contained in:
Stinkfist0
2015-11-19 17:30:29 +02:00
parent d721dabf3b
commit 7caa4e3e1d
7 changed files with 76 additions and 136 deletions
+4
View File
@@ -0,0 +1,4 @@
:: Usage: call cecho.cmd background foreground "message here"
:: NOTES/TODOS 1) This is super slow 2) leading spaces are omitted 3) printing string with quotes doesn't work (quotes must be escaped awkwardly)
@powershell -command write-host -background %~1 -foreground "%~2" "%3"
@exit /b