diff --git a/Create-Solution.bat b/Create-Solution.bat index a7cce62..eaf44ef 100644 --- a/Create-Solution.bat +++ b/Create-Solution.bat @@ -1,4 +1,4 @@ -ECHO OFF +@ECHO OFF ECHO Project files will be written to ./build .\vendor\premake5\premake5.exe vs2022 PAUSE \ No newline at end of file diff --git a/build-ninja.sh b/build-ninja.sh index 6213889..fdceef7 100755 --- a/build-ninja.sh +++ b/build-ninja.sh @@ -1,3 +1,4 @@ #! /bin/bash +echo build files will be placed in ./build ./vendor/premake5/premake5 premake-ninja ninja $1 -C build diff --git a/build.sh b/build.sh index 97088b3..41713f3 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,4 @@ #! /bin/bash +echo build files will be placed in ./build ./vendor/premake5/premake5 gmake make -C build config=$1