Skip to content

Commit

Permalink
fixed cocos2d#995: Modify project configure for marmalade port after …
Browse files Browse the repository at this point in the history
…adding extension support and refactor resource folder.
  • Loading branch information
James Chen committed Mar 1, 2012
1 parent bf7faa7 commit 77744bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HelloWorld/marmalade/HelloWorld.mkb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
options
{
s3e-data-dir="../Resource"
s3e-data-dir="../Resources"

module_path="../../cocos2dx/proj.marmalade/"

Expand Down
4 changes: 2 additions & 2 deletions tests/test.marmalade/test.mkb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defines

options
{
s3e-data-dir="../Res"
s3e-data-dir="../Resources"

module_path="../../cocos2dx/proj.marmalade/"
module_path="../../Box2D/proj.marmalade/"
Expand Down Expand Up @@ -252,7 +252,7 @@ files
"*.cpp"

[Tests/ExtensionsTest]
("../ExtensionsTest")
("../tests/ExtensionsTest")
"*.h"
"*.cpp"
}
Expand Down

0 comments on commit 77744bb

Please sign in to comment.