mirror of https://github.com/axmolengine/axmol.git
59 lines
695 B
Plaintext
59 lines
695 B
Plaintext
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"
|
|
}
|
|
|