mirror of https://github.com/axmolengine/axmol.git
Merge pull request #739 from dumganhar/iss995_marmalade
fixed #995: Modify project configure for marmalade port after adding extension support and renaming resource folders.
This commit is contained in:
commit
d6d75b844d
|
@ -1,6 +1,6 @@
|
|||
options
|
||||
{
|
||||
s3e-data-dir="../Resource"
|
||||
s3e-data-dir="../Resources"
|
||||
|
||||
module_path="../../cocos2dx/proj.marmalade/"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ defines
|
|||
|
||||
options
|
||||
{
|
||||
s3e-data-dir="../Res"
|
||||
s3e-data-dir="../Resources"
|
||||
|
||||
module_path="../../cocos2dx/proj.marmalade/"
|
||||
module_path="../../Box2D/proj.marmalade/"
|
||||
|
@ -252,7 +252,7 @@ files
|
|||
"*.cpp"
|
||||
|
||||
[Tests/ExtensionsTest]
|
||||
("../ExtensionsTest")
|
||||
("../tests/ExtensionsTest")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue