2014-05-04 14:37:55 +08:00
|
|
|
{
|
|
|
|
"win32_cfg": {
|
|
|
|
"project_path": "../../build",
|
2015-06-19 18:32:32 +08:00
|
|
|
"sln_file": "cocos2d-win32.sln",
|
2014-05-04 14:37:55 +08:00
|
|
|
"project_name": "cpp-tests",
|
2015-06-24 15:33:13 +08:00
|
|
|
"build_cfg_path": "proj.win32",
|
|
|
|
"exe_out_dir": "cpp-tests"
|
2014-05-04 14:37:55 +08:00
|
|
|
},
|
|
|
|
"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": {
|
2015-05-21 16:34:03 +08:00
|
|
|
"project_path": "proj.android",
|
|
|
|
"studio_proj_path" : "proj.android-studio"
|
2014-11-14 16:48:14 +08:00
|
|
|
},
|
|
|
|
"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"
|
2014-11-18 18:39:53 +08:00
|
|
|
},
|
|
|
|
"engine_dir": "../../"
|
2014-05-04 14:37:55 +08:00
|
|
|
}
|