reorganize files and add btgui
This commit is contained in:
18
btgui/Gwen/premake4.lua
Normal file
18
btgui/Gwen/premake4.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
project "gwen"
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
flags {"Unicode"}
|
||||
|
||||
|
||||
|
||||
defines { "GWEN_COMPILE_STATIC" , "_HAS_EXCEPTIONS=0", "_STATIC_CPPLIB" }
|
||||
|
||||
targetdir "../../lib"
|
||||
includedirs {
|
||||
".",".."
|
||||
}
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
Reference in New Issue
Block a user