mirror of https://github.com/axmolengine/axmol.git
Add flags : COCOS2D_JAVASCRIPT and COCOS2D_DEBUG=2
This commit is contained in:
parent
6f7cb44c62
commit
51911d066d
|
@ -17,6 +17,8 @@ LOCAL_WHOLE_STATIC_LIBRARIES += chipmunk_static
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES += spidermonkey_static
|
LOCAL_WHOLE_STATIC_LIBRARIES += spidermonkey_static
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES += scriptingcore-spidermonkey
|
LOCAL_WHOLE_STATIC_LIBRARIES += scriptingcore-spidermonkey
|
||||||
|
|
||||||
|
LOCAL_EXPORT_CFLAGS := -DCOCOS2D_DEBUG=2 -DCOCOS2D_JAVASCRIPT
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
$(call import-module,cocos2dx)
|
$(call import-module,cocos2dx)
|
||||||
|
|
Loading…
Reference in New Issue