mirror of https://github.com/axmolengine/axmol.git
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"project_type": "js",
|
|
"has_native": true,
|
|
"win32_cfg": {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-js-win32.vc2013.sln",
|
|
"project_name": "js-tests",
|
|
"build_cfg_path": "project/proj.win32"
|
|
},
|
|
"ios_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_js_tests.xcodeproj",
|
|
"target_name": "js-tests iOS"
|
|
},
|
|
"mac_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_js_tests.xcodeproj",
|
|
"target_name": "js-tests Mac"
|
|
},
|
|
"android_cfg": {
|
|
"project_path": "project/proj.android"
|
|
},
|
|
"web_cfg": {
|
|
"project_path": "",
|
|
"run_root_dir": "../../",
|
|
"sub_url": "/tests/js-tests/"
|
|
},
|
|
"linux_cfg": {
|
|
"project_path": "project/proj.linux",
|
|
"project_name": "js-tests",
|
|
"cmake_path": "../../",
|
|
"build_dir": "../../build/linux-build",
|
|
"build_result_dir": "js-tests"
|
|
},
|
|
"wp8_1_cfg" : {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-js-win8.1-universal.sln",
|
|
"project_name": "js-tests.WindowsPhone"
|
|
},
|
|
"metro_cfg" : {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-js-win8.1-universal.sln",
|
|
"project_name": "js-tests.Windows"
|
|
},
|
|
"engine_dir": "../../"
|
|
}
|