mirror of https://github.com/axmolengine/axmol.git
add tinyxml2 to mac and marmalade project
This commit is contained in:
parent
3d9a0dc99d
commit
fcc6ed89ae
|
@ -1 +1 @@
|
|||
12a69c77eb22b6724ec95864bd0aaf5547261873
|
||||
85b90a173b1bdb081265c2748441f3d94c1789f6
|
|
@ -46,9 +46,10 @@ includepaths
|
|||
"../script_support"
|
||||
"../sprite_nodes"
|
||||
"../support"
|
||||
"../support/tinyxml2"
|
||||
"../text_input_node"
|
||||
"../textures"
|
||||
"../tileMap_parallax_nodes"
|
||||
"../tileMap_parallax_nodes"
|
||||
"../touch_dispatcher"
|
||||
}
|
||||
|
||||
|
@ -177,9 +178,12 @@ files
|
|||
("../support/data_support")
|
||||
"*.cpp" # MH: Many ccCArray linker errors without ccCArray.cpp
|
||||
"*.h"
|
||||
("../support/image_support")
|
||||
("../support/image_support")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
("../support/tinxml2")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
("../support/zip_support")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
|
|
Loading…
Reference in New Issue