mirror of https://github.com/axmolengine/axmol.git
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"project_type": "js",
|
|
"has_native": true,
|
|
"win32_cfg": {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-win32.sln",
|
|
"project_name": "js-tests",
|
|
"build_cfg_path": "project/proj.win32",
|
|
"exe_out_dir": "js-tests"
|
|
},
|
|
"ios_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_tests.xcodeproj",
|
|
"target_name": "js-tests iOS"
|
|
},
|
|
"mac_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_tests.xcodeproj",
|
|
"target_name": "js-tests Mac"
|
|
},
|
|
"android_cfg": {
|
|
"project_path": "project/proj.android",
|
|
"studio_proj_path" : "project/proj.android-studio"
|
|
},
|
|
"web_cfg": {
|
|
"project_path": "",
|
|
"run_root_dir": "../../",
|
|
"sub_url": "/tests/js-tests/",
|
|
"copy_resources": [
|
|
{
|
|
"from": "../cpp-tests/Resources/",
|
|
"to": "res/"
|
|
},
|
|
{
|
|
"from": "resjs",
|
|
"to": "res/"
|
|
}
|
|
]
|
|
},
|
|
"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-win8.1-universal.sln",
|
|
"project_name": "js-tests.WindowsPhone"
|
|
},
|
|
"metro_cfg" : {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-win8.1-universal.sln",
|
|
"project_name": "js-tests.Windows"
|
|
},
|
|
"engine_dir": "../../"
|
|
}
|