mirror of https://github.com/axmolengine/axmol.git
32 lines
897 B
JSON
32 lines
897 B
JSON
|
{
|
||
|
"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": "../../"
|
||
|
}
|