assign 1 to predefined macro CC_ENABLE_CHIPMUNK_INTEGRATION

This commit is contained in:
minggo 2013-07-24 18:35:26 +08:00
parent a76863dd7f
commit 439ed140cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
APP_STL := gnustl_static
APP_CPPFLAGS := -frtti -DCOCOS2D_JAVASCRIPT=1 -std=c++11
APP_CPPFLAGS += -DCOCOS2D_DEBUG=1 -DCC_ENABLE_CHIPMUNK_INTEGRATION=
APP_CPPFLAGS += -DCOCOS2D_DEBUG=1 -DCC_ENABLE_CHIPMUNK_INTEGRATION=1
NDK_TOOLCHAIN_VERSION=4.7