mirror of https://github.com/axmolengine/axmol.git
SimpleGame doesn't depend on extension now.
This commit is contained in:
parent
7eb883ebd5
commit
fd37cdf8df
|
@ -9,14 +9,13 @@ LOCAL_MODULE_FILENAME := libgame
|
|||
LOCAL_SRC_FILES := hellocpp/main.cpp \
|
||||
../../Classes/AppDelegate.cpp \
|
||||
../../Classes/HelloWorldScene.cpp \
|
||||
../../Classes/GameOverScene.cpp
|
||||
../../Classes/GameOverScene.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)
|
||||
|
|
Loading…
Reference in New Issue