From a0d6bbbf9a52738b83d2e02841355da2d8a0dfbd Mon Sep 17 00:00:00 2001 From: andyque Date: Wed, 24 Sep 2014 12:01:34 +0800 Subject: [PATCH] add back config.json --- external/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 external/config.json diff --git a/external/config.json b/external/config.json new file mode 100644 index 0000000000..4267b9aa53 --- /dev/null +++ b/external/config.json @@ -0,0 +1,10 @@ +{ + "version":"v3-deps-11", + "zip_file_size":"72908506", + "repo_name":"cocos2d-x-3rd-party-libs-bin", + "repo_parent":"https://github.com/cocos2d/", + "move_dirs":{ + "fbx-conv":"tools", + "audio": "tests/cpp-tests/Resources" + } +}