Try again

This commit is contained in:
FriwiDev
2021-10-25 14:20:50 +02:00
parent a4037ec6b9
commit 12f76fc925
2 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
@echo off
if ("%2"=="") ( ^
echo "Usage: compile_windows.bat <architecture> <buildType>" && ^
echo "" && ^
echo "architecture: the target architecture to build for. Architectures are the docker architectures (e.g. 386 or amd64)." && ^
echo "buildType: either Release or Debug" && ^
echo Usage: compile_windows.bat <architecture> <buildType> && ^
echo && ^
echo architecture: the target architecture to build for. Architectures are the docker architectures (e.g. 386 or amd64). && ^
echo buildType: either Release or Debug && ^
exit 1 ^
)