b64a201f
xiaoyu
cocoagame相对地址替换为绝对地址
|
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/Box2D/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/ConvertUTF/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/bullet/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/chipmunk/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/clipper/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/cmake/CocosExternalConfig.cmake))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/curl/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/edtaa3func/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/freetype2/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/glsl-optimizer/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/jpeg/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/md5/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/openssl/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/png/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/poly2tri/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/recast/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/tinyxml2/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/unzip/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/uv/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/webp/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/websockets/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/xxhash/CMakeLists.txt))
TARGETS += $(subst $(space),$(spaceplus),$(wildcard /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocos2d/external/xxtea/CMakeLists.txt))
|