Merge branch 'master' into vulkan

This commit is contained in:
Lynix
2018-04-26 22:48:49 +02:00
191 changed files with 5200 additions and 3554 deletions

View File

@@ -1,6 +1,14 @@
LIBRARY.Name = "chipmunk"
LIBRARY.Defines = {"CP_USE_CGTYPES=0", "TARGET_OS_IPHONE=0", "TARGET_OS_MAC=0"}
LIBRARY.Defines = {
"CP_USE_CGTYPES=0",
"DRAW_CLOSEST=0",
"DRAW_EPA=0",
"DRAW_GJK=0",
"TARGET_IPHONE_SIMULATOR=0",
"TARGET_OS_IPHONE=0",
"TARGET_OS_MAC=0",
}
LIBRARY.Language = "C++"