update build scripts
This commit is contained in:
parent
60a923d4c9
commit
593dbbf86b
8
ecc.sh
8
ecc.sh
|
|
@ -1,3 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
./vendor/premake5/premake5 ecc
|
||||
if [ -z "$1" ] || [ $# -eq 0 ]
|
||||
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"}
|
||||
symbols "on"
|
||||
runtime "Debug"
|
||||
warnings "Extra"
|
||||
|
||||
filter "configurations:release"
|
||||
defines {"GAME_RELEASE"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue