mirror of https://github.com/axmolengine/axmol.git
Add refernence to chipmunk static library
This commit is contained in:
parent
7017f772b2
commit
f09bddd0f7
|
@ -18,11 +18,11 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../Classes
|
|||
LOCAL_WHOLE_STATIC_LIBRARIES := cocos2dx_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocos_spidermonkey_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocosdenshion_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += chipmunk_static
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
$(call import-module,scripting/javascript/spidermonkey-android)
|
||||
$(call import-module,cocos2dx)
|
||||
$(call import-module,CocosDenshion/android)
|
||||
|
||||
|
||||
$(call import-module,external/chipmunk)
|
||||
|
|
Loading…
Reference in New Issue