update build scripts
This commit is contained in:
parent
60a923d4c9
commit
593dbbf86b
8
ecc.sh
8
ecc.sh
|
|
@ -1,3 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
if [ -z "$1" ] || [ $# -eq 0 ]
|
||||||
./vendor/premake5/premake5 ecc
|
then
|
||||||
|
./vendor/premake5/premake5 --config=Debug ecc
|
||||||
|
else
|
||||||
|
./vendor/premake5/premake5 --config=$1 ecc
|
||||||
|
fi
|
||||||
|
|
@ -142,6 +142,7 @@ workspace "breakout"
|
||||||
defines {"LOG_ENABLE", "GAME_DEBUG"}
|
defines {"LOG_ENABLE", "GAME_DEBUG"}
|
||||||
symbols "on"
|
symbols "on"
|
||||||
runtime "Debug"
|
runtime "Debug"
|
||||||
|
warnings "Extra"
|
||||||
|
|
||||||
filter "configurations:release"
|
filter "configurations:release"
|
||||||
defines {"GAME_RELEASE"}
|
defines {"GAME_RELEASE"}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue