File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,27 @@ LOCAL_PATH := $(call my-dir)
2
2
3
3
include $(CLEAR_VARS )
4
4
5
+ $(call import-add-path,$(LOCAL_PATH)/../../cocos2d)
6
+ $(call import-add-path,$(LOCAL_PATH)/../../cocos2d/external)
7
+ $(call import-add-path,$(LOCAL_PATH)/../../cocos2d/cocos)
8
+
5
9
LOCAL_MODULE := cocos2dcpp_shared
6
10
7
11
LOCAL_MODULE_FILENAME := libcocos2dcpp
8
12
9
13
LOCAL_SRC_FILES := hellocpp/main.cpp \
10
14
../../Classes/AppDelegate.cpp \
11
- ../../Classes/HelloWorldScene.cpp
15
+ ../../Classes/MainScene.cpp \
16
+ ../../Classes/Character.cpp \
17
+ ../../Classes/CharacterReader.cpp \
18
+ ../../Classes/Piece.cpp \
19
+ ../../Classes/PieceReader.cpp \
12
20
13
21
LOCAL_C_INCLUDES := $(LOCAL_PATH ) /../../Classes
14
22
15
23
LOCAL_STATIC_LIBRARIES := cocos2dx_static
16
24
17
25
include $(BUILD_SHARED_LIBRARY )
18
26
19
- $(call import-module,./prebuilt-mk)
27
+ $(call import-module,.)
28
+
You can’t perform that action at this time.
0 commit comments