bullet3/btgui/Gwen/premake4.lua
2013-03-12 23:52:31 -07:00

19 lines
229 B
Lua

project "gwen"
kind "StaticLib"
flags {"Unicode"}
defines { "GWEN_COMPILE_STATIC" , "_HAS_EXCEPTIONS=0", "_STATIC_CPPLIB" }
targetdir "../../lib"
includedirs {
".",".."
}
files {
"**.cpp",
"**.h"
}