mirror of https://github.com/axmolengine/axmol.git
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"win32_cfg": {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-win32.sln",
|
|
"project_name": "cpp-tests",
|
|
"build_cfg_path": "proj.win32",
|
|
"exe_out_dir": "cpp-tests"
|
|
},
|
|
"linux_cfg": {
|
|
"project_path": "proj.linux",
|
|
"project_name": "cpp-tests",
|
|
"cmake_path": "../../",
|
|
"build_dir": "../../build/linux-build",
|
|
"build_result_dir": "cpp-tests"
|
|
},
|
|
"ios_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_tests.xcodeproj",
|
|
"target_name": "cpp-tests iOS"
|
|
},
|
|
"project_type": "cpp",
|
|
"mac_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_tests.xcodeproj",
|
|
"target_name": "cpp-tests Mac"
|
|
},
|
|
"android_cfg": {
|
|
"project_path": "proj.android",
|
|
"studio_proj_path" : "proj.android-studio"
|
|
},
|
|
"wp8_1_cfg" : {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-win8.1-universal.sln",
|
|
"project_name": "cpp-tests.WindowsPhone"
|
|
},
|
|
"metro_cfg" : {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-win8.1-universal.sln",
|
|
"project_name": "cpp-tests.Windows"
|
|
},
|
|
"engine_dir": "../../"
|
|
}
|