modify linux makefile

This commit is contained in:
godyZ 2013-08-08 17:06:42 +08:00
parent 1048d30863
commit f648a3f907
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ TARGET = libcocos2d.so
INCLUDES += \
-I../platform/third_party/linux/libfreetype2 \
-I../platform/third_party/common/etc \
-I../platform/third_party/common/s3tc \
-I../../extensions \
-I../../extensions/CCBReader \
-I../../extensions/GUI/CCControlExtension \
@ -88,6 +89,7 @@ SOURCES = ../actions/CCAction.cpp \
../platform/linux/CCImage.cpp \
../platform/linux/CCDevice.cpp \
../platform/third_party/common/etc/etc1.cpp \
../platform/third_party/common/s3tc/s3tc.cpp\
../script_support/CCScriptSupport.cpp \
../sprite_nodes/CCAnimation.cpp \
../sprite_nodes/CCAnimationCache.cpp \