premake script cleanup
This commit is contained in:
parent
c07678a37e
commit
a02b034115
@ -13,6 +13,7 @@ solution "demboyz"
|
|||||||
configuration "gmake"
|
configuration "gmake"
|
||||||
-- Enables C++11 support.
|
-- Enables C++11 support.
|
||||||
buildoptions { "-std=c++0x" }
|
buildoptions { "-std=c++0x" }
|
||||||
|
configuration {}
|
||||||
|
|
||||||
project "demboyz"
|
project "demboyz"
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
@ -33,9 +34,9 @@ solution "demboyz"
|
|||||||
configuration "Debug"
|
configuration "Debug"
|
||||||
targetdir (_ACTION .. "/build/Debug")
|
targetdir (_ACTION .. "/build/Debug")
|
||||||
defines { "DEBUG" }
|
defines { "DEBUG" }
|
||||||
flags { "Symbols" }
|
|
||||||
|
|
||||||
configuration "Release"
|
configuration "Release"
|
||||||
targetdir (_ACTION .. "/build/Release")
|
targetdir (_ACTION .. "/build/Release")
|
||||||
defines { "NDEBUG" }
|
defines { "NDEBUG" }
|
||||||
optimize "Full"
|
optimize "Full"
|
||||||
|
configuration {}
|
||||||
|
Loading…
Reference in New Issue
Block a user