2011-12-11 12:59:20 +08:00
|
|
|
debug_define COCOS2D_DEBUG = 1
|
|
|
|
debug_define _DEBUG = 1
|
|
|
|
|
|
|
|
defines
|
|
|
|
{
|
|
|
|
MARMALADE = 1
|
|
|
|
CC_UNDER_MARMALADE = 1
|
|
|
|
}
|
|
|
|
|
|
|
|
options
|
|
|
|
{
|
|
|
|
module_path="../platform/third_party/marmalade/"
|
|
|
|
}
|
|
|
|
|
|
|
|
subprojects
|
|
|
|
{
|
|
|
|
zlib
|
|
|
|
libpng
|
|
|
|
libxml2
|
|
|
|
freetype
|
|
|
|
libjpeg
|
|
|
|
}
|
|
|
|
includepaths
|
|
|
|
{
|
|
|
|
.
|
|
|
|
"../"
|
|
|
|
"../include"
|
|
|
|
"../platform"
|
|
|
|
}
|
|
|
|
|
|
|
|
files
|
|
|
|
{
|
2011-12-21 05:34:23 +08:00
|
|
|
(.)
|
|
|
|
["docs"]
|
|
|
|
cocos2dx_public.defines.txt
|
2011-12-11 12:59:20 +08:00
|
|
|
|
|
|
|
("../")
|
|
|
|
"*.h"
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../actions")
|
|
|
|
[actions]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../base_nodes")
|
|
|
|
[base_nodes]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../cocoa")
|
|
|
|
[cocoa]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../effects")
|
|
|
|
[effects]
|
|
|
|
"*.h"
|
|
|
|
"*.cpp"
|
|
|
|
|
2012-02-14 18:25:20 +08:00
|
|
|
("../extensions")
|
|
|
|
[extensions]
|
|
|
|
"CCNotificationCenter.cpp"
|
|
|
|
"CCNotificationCenter.h"
|
|
|
|
|
2011-12-11 12:59:20 +08:00
|
|
|
("../include")
|
|
|
|
[include]
|
|
|
|
"*.h"
|
|
|
|
|
|
|
|
("../keypad_dispatcher")
|
|
|
|
[keypad_dispatcher]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../label_nodes")
|
|
|
|
[label_nodes]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../layers_scenes_transitions_nodes")
|
|
|
|
[layers_scenes_transitions_nodes]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../menu_nodes")
|
|
|
|
[menu_nodes]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../misc_nodes")
|
|
|
|
[misc_nodes]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../particle_nodes")
|
|
|
|
[particle_nodes]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../platform")
|
|
|
|
[platforms]
|
|
|
|
"*.h"
|
|
|
|
"platform.cpp"
|
|
|
|
"CCFileUtils.cpp"
|
|
|
|
"CCSAXParser.cpp"
|
|
|
|
"CCThread.cpp"
|
|
|
|
"CCStdC.cpp"
|
|
|
|
"CCGL.cpp"
|
|
|
|
"CCCommon.cpp"
|
|
|
|
|
|
|
|
("../platform/marmalade")
|
|
|
|
[platforms/marmalade]
|
|
|
|
"*.h"
|
|
|
|
"CCAccelerometer_marmalade.cpp"
|
|
|
|
"CCApplication_marmalade.cpp"
|
|
|
|
"CCEGLView_marmalade.cpp"
|
|
|
|
"CCImage_marmalade.cpp"
|
|
|
|
|
|
|
|
("../script_support")
|
|
|
|
[script_support]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../sprite_nodes")
|
|
|
|
[sprite_nodes]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../support")
|
|
|
|
[support]
|
|
|
|
"base64.cpp"
|
|
|
|
"base64.h"
|
|
|
|
"CCArray.cpp"
|
|
|
|
"CCPointExtension.cpp"
|
|
|
|
"CCProfiling.cpp"
|
|
|
|
"CCProfiling.h"
|
|
|
|
"CCUserDefault.cpp"
|
|
|
|
"ccUtils.cpp"
|
|
|
|
"ccUtils.h"
|
|
|
|
"TransformUtils.cpp"
|
|
|
|
"TransformUtils.h"
|
2012-02-14 18:25:20 +08:00
|
|
|
|
2011-12-11 12:59:20 +08:00
|
|
|
("../support/data_support")
|
|
|
|
[support/data_support]
|
|
|
|
"*.h"
|
|
|
|
|
|
|
|
("../support/image_support")
|
|
|
|
[support/image_support]
|
|
|
|
"*.h"
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../support/opengl_support")
|
|
|
|
[support/opengl_support]
|
|
|
|
# "*.h"
|
|
|
|
# "*.cpp"
|
|
|
|
|
|
|
|
|
|
|
|
("../support/zip_support")
|
|
|
|
[support/zip_support]
|
|
|
|
"*.cpp"
|
|
|
|
"*.h"
|
|
|
|
|
2012-01-15 22:57:10 +08:00
|
|
|
("../text_input_node")
|
|
|
|
[text_input_node]
|
|
|
|
"*.cpp"
|
|
|
|
|
2011-12-11 12:59:20 +08:00
|
|
|
("../textures")
|
|
|
|
[textures]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../tileMap_parallax_nodes")
|
|
|
|
[tileMap_parallax_nodes]
|
|
|
|
"*.cpp"
|
|
|
|
|
|
|
|
("../touch_dispatcher")
|
|
|
|
[touch_dispatcher]
|
|
|
|
"*.cpp"
|
|
|
|
}
|
|
|
|
|