mirror of https://github.com/axmolengine/axmol.git
Updating makefile for native client.
This commit is contained in:
parent
d3253dd161
commit
51aa2433fc
|
@ -2,13 +2,7 @@ COCOS_ROOT = ../..
|
|||
COCOS_SRC_ROOT = $(COCOS_ROOT)/cocos2dx
|
||||
|
||||
INCLUDES = \
|
||||
-I$(COCOS_ROOT)/extensions \
|
||||
-I$(COCOS_ROOT)/extensions/CCBReader \
|
||||
-I$(COCOS_ROOT)/extensions/GUI/CCControlExtension \
|
||||
-I$(COCOS_ROOT)/external/chipmunk/include/chipmunk \
|
||||
-I$(COCOS_ROOT)/extensions/network \
|
||||
-I$(COCOS_ROOT)/extensions/Components \
|
||||
-I$(NACL_SDK_ROOT)/include \
|
||||
-I$(NACL_SDK_ROOT)/include
|
||||
|
||||
SOURCES = ../actions/CCAction.cpp \
|
||||
../actions/CCActionCamera.cpp \
|
||||
|
|
|
@ -10,8 +10,7 @@ INCLUDES = -I.. \
|
|||
-I$(NACL_SDK_ROOT)/include \
|
||||
-I$(COCOS_ROOT)/external/chipmunk/include/chipmunk \
|
||||
-I$(COCOS_ROOT)/extensions \
|
||||
|
||||
|
||||
-I$(COCOS_ROOT)/extensions/Components
|
||||
|
||||
SOURCES = main.cpp \
|
||||
../Classes/AppDelegate.cpp \
|
||||
|
|
|
@ -10,7 +10,7 @@ INCLUDES = -I.. \
|
|||
-I$(NACL_SDK_ROOT)/include \
|
||||
-I$(COCOS_ROOT)/external/chipmunk/include/chipmunk \
|
||||
-I$(COCOS_ROOT)/extensions \
|
||||
|
||||
-I$(COCOS_ROOT)/extensions/Components
|
||||
|
||||
SOURCES = main.cpp \
|
||||
../Classes/AppDelegate.cpp \
|
||||
|
|
Loading…
Reference in New Issue