mirror of https://github.com/axmolengine/axmol.git
issue #972: modify project settings for linux and marmalade.
This commit is contained in:
parent
81ec2c8586
commit
4b9ee55145
|
@ -81,6 +81,7 @@ OBJECTS = ../actions/CCAction.o \
|
|||
../support/TransformUtils.o \
|
||||
../support/base64.o \
|
||||
../support/ccUtils.o \
|
||||
../support/CCNotificationCenter.o \
|
||||
../support/image_support/TGAlib.o \
|
||||
../support/zip_support/ZipUtils.o \
|
||||
../support/zip_support/ioapi.o \
|
||||
|
|
|
@ -119,6 +119,8 @@ files
|
|||
"CCProfiling.cpp"
|
||||
"CCProfiling.h"
|
||||
"CCUserDefault.cpp"
|
||||
"CCNotificationCenter.cpp"
|
||||
"CCNotificationCenter.h"
|
||||
"ccUtils.cpp"
|
||||
"ccUtils.h"
|
||||
"TransformUtils.cpp"
|
||||
|
|
|
@ -98,6 +98,7 @@ OBJECTS = ../tests/AccelerometerTest/AccelerometerTest.o \
|
|||
../tests/TransitionsTest/TransitionsTest.o \
|
||||
../tests/UserDefaultTest/UserDefaultTest.o \
|
||||
../tests/ZwoptexTest/ZwoptexTest.o \
|
||||
../tests/NotificationCenterTest/NotificationCenterTest.o \
|
||||
../tests/controller.o \
|
||||
../tests/testBasic.o \
|
||||
../AppDelegate.o \
|
||||
|
|
|
@ -250,6 +250,11 @@ files
|
|||
("../tests/DirectorTest")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
[Tests/NotificationCenterTest]
|
||||
("../tests/NotificationCenterTest")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
}
|
||||
|
||||
if {{ defined MARMALADEUSECHIPMUNK}}
|
||||
|
|
Loading…
Reference in New Issue