Merge branch 'luaruntime' of https://github.com/chuanweizhang2013/cocos2d-x into luaruntime

This commit is contained in:
chuanweizhang2013 2014-04-09 17:55:58 +08:00
commit b077ed40e8
3 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ LOCAL_MODULE := cocos2dlua_shared
LOCAL_MODULE_FILENAME := libcocos2dlua
LOCAL_SRC_FILES := hellolua/main.cpp \
hellolua/Runtime_android.cpp \
LOCAL_SRC_FILES := lua/main.cpp \
lua/Runtime_android.cpp \
../../Classes/AppDelegate.cpp \
../../Classes/Runtime.cpp