modify marmalade project setting

This commit is contained in:
James Chen 2012-02-14 18:25:20 +08:00
parent 4f523bf986
commit abefe50ef7
2 changed files with 8 additions and 6 deletions

View File

@ -55,6 +55,11 @@ files
"*.h"
"*.cpp"
("../extensions")
[extensions]
"CCNotificationCenter.cpp"
"CCNotificationCenter.h"
("../include")
[include]
"*.h"
@ -123,10 +128,7 @@ files
"ccUtils.h"
"TransformUtils.cpp"
"TransformUtils.h"
("../support/extensions")
[support/extensions]
"CCNotificationCenter.cpp"
"CCNotificationCenter.h"
("../support/data_support")
[support/data_support]
"*.h"

View File

@ -251,8 +251,8 @@ files
"*.h"
"*.cpp"
[Tests/NotificationCenterTest]
("../tests/NotificationCenterTest")
[Tests/ExtensionsTest]
("../ExtensionsTest")
"*.h"
"*.cpp"
}