mirror of https://github.com/axmolengine/axmol.git
Merge pull request #1946 from dumganhar/master
issue #1687: Updating iOS template after refactoring CCFileUtils.
This commit is contained in:
commit
fe4d3adfdd
|
@ -1 +1 @@
|
|||
f20a728a2fd41652653c5f88f88e55b5a1d559af
|
||||
e61db43bc8354b24f352187dd11c2cc4edf62ed0
|
|
@ -2,7 +2,7 @@ pushd ../../
|
|||
|
||||
echo "generating libcocos2dx"
|
||||
mkdir -p template/xcode4/lib_cocos2dx.xctemplate
|
||||
python ./tools/xcode4_template_generator/template_generator.py --directory cocos2dx --identifier libcocos2dx --prefix libs --exclude "android win32 blackberry linux marmalade CCImage.cpp CCThread.cpp proj.ios CCFileUtilsCommon_cpp.h CCImageCommon_cpp.h CCFileUtils.cpp Android.mk mac" > ./template/xcode4/lib_cocos2dx.xctemplate/TemplateInfo.plist
|
||||
python ./tools/xcode4_template_generator/template_generator.py --directory cocos2dx --identifier libcocos2dx --prefix libs --exclude "android win32 blackberry linux marmalade CCImage.cpp CCThread.cpp proj.ios CCImageCommon_cpp.h Android.mk mac" > ./template/xcode4/lib_cocos2dx.xctemplate/TemplateInfo.plist
|
||||
|
||||
echo "generating libcocosdenshion"
|
||||
mkdir -p template/xcode4/lib_cocosdenshion.xctemplate
|
||||
|
|
Loading…
Reference in New Issue