mirror of https://github.com/axmolengine/axmol.git
11 lines
264 B
Makefile
11 lines
264 B
Makefile
|
LOCAL_PATH := $(call my-dir)
|
||
|
include $(CLEAR_VARS)
|
||
|
|
||
|
subdirs := $(addprefix $(LOCAL_PATH)/../../../,$(addsuffix /Android.mk, \
|
||
|
cocos2dx \
|
||
|
CocosDenshion/android \
|
||
|
))
|
||
|
subdirs += $(LOCAL_PATH)/helloworld/Android.mk
|
||
|
|
||
|
include $(subdirs)
|