mirror of https://github.com/axmolengine/axmol.git
Update android.mk for related cpp test cases
This commit is contained in:
parent
2f60e610a2
commit
1bda276392
|
@ -10,11 +10,13 @@ LOCAL_SRC_FILES := main.cpp \
|
|||
../../Classes/AppDelegate.cpp \
|
||||
../../Classes/HelloWorldScene.cpp
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../Classes
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../Classes \
|
||||
$(LOCAL_PATH)/../../../../extensions \
|
||||
$(LOCAL_PATH)/../../../.. \
|
||||
$(LOCAL_PATH)/../../../../cocos/editor-support
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := cocos2dx_static cocosdenshion_static
|
||||
LOCAL_STATIC_LIBRARIES := cocos2dx_static
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
$(call import-module,.)
|
||||
$(call import-module,audio/android)
|
||||
|
|
|
@ -186,26 +186,13 @@ Classes/UITest/UITest.cpp \
|
|||
Classes/UserDefaultTest/UserDefaultTest.cpp \
|
||||
Classes/ZwoptexTest/ZwoptexTest.cpp
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/Classes
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/Classes \
|
||||
$(LOCAL_PATH)/../..
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := cocosbuilder_static
|
||||
LOCAL_STATIC_LIBRARIES += cocosdenshion_static
|
||||
LOCAL_STATIC_LIBRARIES += spine_static
|
||||
LOCAL_STATIC_LIBRARIES += cocostudio_static
|
||||
LOCAL_STATIC_LIBRARIES += cocos_network_static
|
||||
LOCAL_STATIC_LIBRARIES += cocos_extension_static
|
||||
LOCAL_STATIC_LIBRARIES += box2d_static
|
||||
LOCAL_STATIC_LIBRARIES += cocos3d_static
|
||||
LOCAL_STATIC_LIBRARIES := cocos2dx_static
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/Classes
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
$(call import-module,extensions)
|
||||
$(call import-module,audio/android)
|
||||
$(call import-module,editor-support/cocosbuilder)
|
||||
$(call import-module,editor-support/spine)
|
||||
$(call import-module,editor-support/cocostudio)
|
||||
$(call import-module,network)
|
||||
$(call import-module,Box2D)
|
||||
$(call import-module,3d)
|
||||
$(call import-module,cocos)
|
||||
|
|
Loading…
Reference in New Issue