mirror of https://github.com/axmolengine/axmol.git
create cocos2dx-ext marmalade project
This commit is contained in:
parent
277fefd386
commit
1843d576d8
|
@ -50,7 +50,6 @@ includepaths
|
||||||
"../textures"
|
"../textures"
|
||||||
"../tileMap_parallax_nodes"
|
"../tileMap_parallax_nodes"
|
||||||
"../touch_dispatcher"
|
"../touch_dispatcher"
|
||||||
"../../extensions"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
files
|
files
|
||||||
|
@ -88,39 +87,7 @@ files
|
||||||
"*.h"
|
"*.h"
|
||||||
"*.cpp"
|
"*.cpp"
|
||||||
|
|
||||||
[extensions]
|
("../include")
|
||||||
("../../extensions")
|
|
||||||
"*.h"
|
|
||||||
("../../extensions/CCBReader")
|
|
||||||
CCBReader.h
|
|
||||||
# CCBCustomClass.h
|
|
||||||
# CCBCustomClass.cpp
|
|
||||||
# CCBReader_v1.cpp
|
|
||||||
("../../extensions/GUI/CCControlExtension")
|
|
||||||
"*.h"
|
|
||||||
"*.cpp"
|
|
||||||
("../../extensions/GUI/CCEditBox")
|
|
||||||
# "CCEditBox.h"
|
|
||||||
# "CCEditBox.cpp"
|
|
||||||
("../../extensions/GUI/CCScrollView")
|
|
||||||
"*.h"
|
|
||||||
"*.cpp"
|
|
||||||
# ("../../extensions/CCListView")
|
|
||||||
# "*.h"
|
|
||||||
# "*.cpp"
|
|
||||||
("../support")
|
|
||||||
CCNotificationCenter.h
|
|
||||||
CCNotificationCenter.cpp
|
|
||||||
# "*.h"
|
|
||||||
# "*.cpp"
|
|
||||||
# ("../../extensions/CCTextureWatcher")
|
|
||||||
# "*.h"
|
|
||||||
# "*.cpp"
|
|
||||||
("../../extensions/physics_nodes")
|
|
||||||
"*.h"
|
|
||||||
"*.cpp"
|
|
||||||
|
|
||||||
("../include")
|
|
||||||
[include]
|
[include]
|
||||||
"*.h"
|
"*.h"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,58 @@
|
||||||
|
options
|
||||||
|
{
|
||||||
|
module_path="../../cocos2dx/proj.marmalade"
|
||||||
|
}
|
||||||
|
|
||||||
|
subprojects
|
||||||
|
{
|
||||||
|
cocos2dx
|
||||||
|
}
|
||||||
|
includepaths
|
||||||
|
{
|
||||||
|
.
|
||||||
|
"../"
|
||||||
|
}
|
||||||
|
|
||||||
|
files
|
||||||
|
{
|
||||||
|
("../")
|
||||||
|
"*.h"
|
||||||
|
|
||||||
|
["CCBReader"]
|
||||||
|
("../CCBReader")
|
||||||
|
CCBReader.h
|
||||||
|
# CCBCustomClass.h
|
||||||
|
# CCBCustomClass.cpp
|
||||||
|
# CCBReader_v1.cpp
|
||||||
|
|
||||||
|
["GUI/CCControlExtension"]
|
||||||
|
("../GUI/CCControlExtension")
|
||||||
|
"*.h"
|
||||||
|
"*.cpp"
|
||||||
|
|
||||||
|
["GUI/CCEditBox"]
|
||||||
|
("../GUI/CCEditBox")
|
||||||
|
# "CCEditBox.h"
|
||||||
|
# "CCEditBox.cpp"
|
||||||
|
|
||||||
|
["GUI/CCScrollView"]
|
||||||
|
("../GUI/CCScrollView")
|
||||||
|
"*.h"
|
||||||
|
"*.cpp"
|
||||||
|
|
||||||
|
# ["CCListView"]
|
||||||
|
# ("../CCListView")
|
||||||
|
# "*.h"
|
||||||
|
# "*.cpp"
|
||||||
|
|
||||||
|
# ["CCTextureWatcher"]
|
||||||
|
# ("../CCTextureWatcher")
|
||||||
|
# "*.h"
|
||||||
|
# "*.cpp"
|
||||||
|
|
||||||
|
["PhysicsNodes"]
|
||||||
|
("../physics_nodes")
|
||||||
|
"*.h"
|
||||||
|
"*.cpp"
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# TO BE DOCUMENTED
|
||||||
|
|
||||||
|
# Physics integration
|
||||||
|
CC_ENABLE_CHIPMUNK_INTEGRATION 0
|
||||||
|
CC_ENABLE_BOX2D_INTEGRATION 0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
options
|
options
|
||||||
{
|
{
|
||||||
module_path="../../../cocos2dx/proj.marmalade/;../../../CocosDenshion/proj.marmalade/;../../../external/chipmunk/proj.marmalade/;../../../external/Box2D/proj.marmalade/"
|
module_path="../../../cocos2dx/proj.marmalade/;../../../CocosDenshion/proj.marmalade/;../../../extensions/proj.marmalade/;../../../external/chipmunk/proj.marmalade/;../../../external/Box2D/proj.marmalade/"
|
||||||
s3e-data-dir = "../Resources/"
|
s3e-data-dir = "../Resources/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@ subprojects
|
||||||
{
|
{
|
||||||
IwGL
|
IwGL
|
||||||
cocos2dx
|
cocos2dx
|
||||||
|
cocos2dx-ext
|
||||||
Box2D
|
Box2D
|
||||||
CocosDenshion
|
CocosDenshion
|
||||||
# chipmunk
|
# chipmunk
|
||||||
|
|
Loading…
Reference in New Issue