mirror of https://github.com/axmolengine/axmol.git
modify marmalade project setting
This commit is contained in:
parent
4f523bf986
commit
abefe50ef7
|
@ -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"
|
||||
|
|
|
@ -251,8 +251,8 @@ files
|
|||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
[Tests/NotificationCenterTest]
|
||||
("../tests/NotificationCenterTest")
|
||||
[Tests/ExtensionsTest]
|
||||
("../ExtensionsTest")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue