axmol/tests/js-tests/.cocos-project.json

32 lines
897 B
JSON
Raw Normal View History

2015-04-16 18:07:35 +08:00
{
"project_type": "js",
"has_native": true,
"win32_cfg": {
"project_path": "../../build",
"sln_file": "cocos2d-win32.vc2013.sln",
"project_name": "js-tests",
"build_cfg_path": "project/proj.win32"
},
"ios_cfg": {
"project_path": "../../build",
"project_file": "cocos2d_jsb_samples.xcodeproj",
"target_name": "js-tests iOS"
},
"mac_cfg": {
"project_path": "../../build",
"project_file": "cocos2d_jsb_samples.xcodeproj",
"target_name": "js-tests Mac"
},
"android_cfg": {
"project_path": "project/proj.android"
},
"linux_cfg": {
"project_path": "project/proj.linux",
"project_name": "js-tests",
"cmake_path": "../../",
"build_dir": "../../build/linux-build",
"build_result_dir": "js-tests"
},
"engine_dir": "../../"
}