mirror of https://github.com/axmolengine/axmol.git
Merge branch 'luaruntime' of https://github.com/chuanweizhang2013/cocos2d-x into luaruntime
This commit is contained in:
commit
b077ed40e8
|
@ -6,8 +6,8 @@ LOCAL_MODULE := cocos2dlua_shared
|
||||||
|
|
||||||
LOCAL_MODULE_FILENAME := libcocos2dlua
|
LOCAL_MODULE_FILENAME := libcocos2dlua
|
||||||
|
|
||||||
LOCAL_SRC_FILES := hellolua/main.cpp \
|
LOCAL_SRC_FILES := lua/main.cpp \
|
||||||
hellolua/Runtime_android.cpp \
|
lua/Runtime_android.cpp \
|
||||||
../../Classes/AppDelegate.cpp \
|
../../Classes/AppDelegate.cpp \
|
||||||
../../Classes/Runtime.cpp
|
../../Classes/Runtime.cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue