SimpleGame doesn't depend on extension now.

This commit is contained in:
James Chen 2013-06-09 14:02:49 +08:00
parent 7eb883ebd5
commit fd37cdf8df
1 changed files with 4 additions and 5 deletions

View File

@ -13,10 +13,9 @@ LOCAL_SRC_FILES := hellocpp/main.cpp \
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../Classes
LOCAL_WHOLE_STATIC_LIBRARIES := cocos2dx_static cocosdenshion_static cocos_extension_static
LOCAL_WHOLE_STATIC_LIBRARIES := cocos2dx_static cocosdenshion_static
include $(BUILD_SHARED_LIBRARY)
$(call import-module,CocosDenshion/android) \
$(call import-module,cocos2dx) \
$(call import-module,extensions)
$(call import-module,CocosDenshion/android)
$(call import-module,cocos2dx)