From 4b9ee5514531409e2321eedae447821b914275cc Mon Sep 17 00:00:00 2001 From: James Chen Date: Fri, 10 Feb 2012 13:39:39 +0800 Subject: [PATCH] issue #972: modify project settings for linux and marmalade. --- cocos2dx/proj.linux/Makefile | 1 + cocos2dx/proj.marmalade/cocos2dx.mkf | 2 ++ tests/test.linux/Makefile | 1 + tests/test.marmalade/test.mkb | 5 +++++ 4 files changed, 9 insertions(+) diff --git a/cocos2dx/proj.linux/Makefile b/cocos2dx/proj.linux/Makefile index aa2242e2d5..dfb6b031be 100644 --- a/cocos2dx/proj.linux/Makefile +++ b/cocos2dx/proj.linux/Makefile @@ -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 \ diff --git a/cocos2dx/proj.marmalade/cocos2dx.mkf b/cocos2dx/proj.marmalade/cocos2dx.mkf index 51f72a9489..86cf7d9e89 100644 --- a/cocos2dx/proj.marmalade/cocos2dx.mkf +++ b/cocos2dx/proj.marmalade/cocos2dx.mkf @@ -119,6 +119,8 @@ files "CCProfiling.cpp" "CCProfiling.h" "CCUserDefault.cpp" + "CCNotificationCenter.cpp" + "CCNotificationCenter.h" "ccUtils.cpp" "ccUtils.h" "TransformUtils.cpp" diff --git a/tests/test.linux/Makefile b/tests/test.linux/Makefile index 93b89aabc9..1e2d81a449 100644 --- a/tests/test.linux/Makefile +++ b/tests/test.linux/Makefile @@ -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 \ diff --git a/tests/test.marmalade/test.mkb b/tests/test.marmalade/test.mkb index febb16d664..4a4076132d 100644 --- a/tests/test.marmalade/test.mkb +++ b/tests/test.marmalade/test.mkb @@ -250,6 +250,11 @@ files ("../tests/DirectorTest") "*.h" "*.cpp" + + [Tests/NotificationCenterTest] + ("../tests/NotificationCenterTest") + "*.h" + "*.cpp" } if {{ defined MARMALADEUSECHIPMUNK}}