mirror of https://github.com/axmolengine/axmol.git
31 lines
865 B
JSON
31 lines
865 B
JSON
{
|
|
"win32_cfg": {
|
|
"project_path": "../../build",
|
|
"sln_file": "cocos2d-win32.vc2012.sln",
|
|
"project_name": "lua-tests",
|
|
"build_cfg_path": "project/proj.win32"
|
|
},
|
|
"linux_cfg": {
|
|
"project_path": "project/proj.linux",
|
|
"project_name": "lua-tests",
|
|
"cmake_path": "../../",
|
|
"build_dir": "../../build/linux-build",
|
|
"build_result_dir": "lua-tests"
|
|
},
|
|
"ios_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_tests.xcodeproj",
|
|
"target_name": "lua-tests iOS"
|
|
},
|
|
"project_type": "lua",
|
|
"has_native": true,
|
|
"mac_cfg": {
|
|
"project_path": "../../build",
|
|
"project_file": "cocos2d_tests.xcodeproj",
|
|
"target_name": "lua-tests Mac"
|
|
},
|
|
"android_cfg": {
|
|
"project_path": "project/proj.android"
|
|
}
|
|
}
|