Changed output dir of compiled binaries to bin
This commit is contained in:
parent
372267d192
commit
8ef2c0ebfc
@ -2,12 +2,19 @@
|
|||||||
solution "demboyz"
|
solution "demboyz"
|
||||||
basedir ".."
|
basedir ".."
|
||||||
location (_ACTION)
|
location (_ACTION)
|
||||||
|
targetdir "../bin"
|
||||||
startproject "demboyz"
|
startproject "demboyz"
|
||||||
configurations { "Debug", "Release" }
|
configurations { "Debug", "Release" }
|
||||||
platforms "x32"
|
platforms "x32"
|
||||||
flags { "MultiProcessorCompile", "Symbols" }
|
flags { "MultiProcessorCompile", "Symbols" }
|
||||||
|
|
||||||
defines "_CRT_SECURE_NO_WARNINGS"
|
defines "_CRT_SECURE_NO_WARNINGS"
|
||||||
|
configuration "Debug"
|
||||||
|
defines { "DEBUG" }
|
||||||
|
configuration "Release"
|
||||||
|
defines { "NDEBUG" }
|
||||||
|
optimize "Full"
|
||||||
|
configuration {}
|
||||||
|
|
||||||
-- GCC specific build options.
|
-- GCC specific build options.
|
||||||
configuration "gmake"
|
configuration "gmake"
|
||||||
@ -34,12 +41,3 @@ solution "demboyz"
|
|||||||
"../demboyz"
|
"../demboyz"
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration "Debug"
|
|
||||||
targetdir (_ACTION .. "/build/Debug")
|
|
||||||
defines { "DEBUG" }
|
|
||||||
|
|
||||||
configuration "Release"
|
|
||||||
targetdir (_ACTION .. "/build/Release")
|
|
||||||
defines { "NDEBUG" }
|
|
||||||
optimize "Full"
|
|
||||||
configuration {}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user