mirror of https://github.com/axmolengine/axmol.git
issue #2103 modify some compile setup
This commit is contained in:
parent
9352b60653
commit
23eec2f1ce
|
@ -14,6 +14,11 @@ INCLUDES = -I.. \
|
|||
|
||||
SOURCES = main.cpp \
|
||||
../Classes/AppDelegate.cpp \
|
||||
$(COCOS_ROOT)/scripting/lua/cocos2dx_support/CCLuaEngine.cpp \
|
||||
$(COCOS_ROOT)/scripting/lua/cocos2dx_support/CCLuaStack.cpp \
|
||||
$(COCOS_ROOT)/scripting/lua/cocos2dx_support/Cocos2dxLuaLoader.cpp \
|
||||
$(COCOS_ROOT)/scripting/lua/cocos2dx_support/LuaCocos2d.cpp \
|
||||
$(COCOS_ROOT)/scripting/lua/cocos2dx_support/tolua_fix.c
|
||||
|
||||
include $(COCOS2DX_PATH)/../extensions/proj.nacl/Makefile
|
||||
SOURCES += $(addprefix $(COCOS_ROOT)/extensions/, $(EXTENSIONS_SOURCES))
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
INCLUDES += -I.. -I../lua -I../tolua \
|
||||
-I../Classes -I../../../CocosDenshion/include -I../../../extensions -I../../../external/chipmunk/include/chipmunk
|
||||
INCLUDES = -I.. -I../lua -I../../../extensions -I../../../external/chipmunk/include/chipmunk
|
||||
|
||||
SOURCES = ../lua/lapi.c \
|
||||
../lua/lauxlib.c \
|
||||
|
@ -35,16 +34,7 @@ SOURCES = ../lua/lapi.c \
|
|||
../tolua/tolua_is.c \
|
||||
../tolua/tolua_map.c \
|
||||
../tolua/tolua_push.c \
|
||||
../tolua/tolua_to.c \
|
||||
../cocos2dx_support/tolua_fix.c \
|
||||
../cocos2dx_support/CCLuaBridge.cpp \
|
||||
../cocos2dx_support/CCLuaEngine.cpp \
|
||||
../cocos2dx_support/CCLuaStack.cpp \
|
||||
../cocos2dx_support/CCLuaValue.cpp \
|
||||
../cocos2dx_support/Cocos2dxLuaLoader.cpp \
|
||||
../cocos2dx_support/LuaCocos2d.cpp \
|
||||
../cocos2dx_support/CCBProxy.cpp \
|
||||
../cocos2dx_support/Lua_extensions_CCB.cpp \
|
||||
../tolua/tolua_to.c
|
||||
|
||||
COCOS_ROOT = ../../..
|
||||
|
||||
|
|
Loading…
Reference in New Issue