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