Fix some warnings

This commit is contained in:
Lynix
2018-03-20 21:58:46 +01:00
parent 8926f09511
commit 665512402c
2 changed files with 11 additions and 3 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++"