You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/tool/quick_start/config_default.json

57 lines
1.4 KiB
JSON

{
"Domains": [ "default" ],
"Paths": {
"Win64": {
"Python27": "external/python27",
"RRDtool": "external/rrdtool",
"MariaDB": "external/mariadb",
"Nginx": "external/nginx",
"PHP": "external/php",
"phpMyAdmin": "external/phpmyadmin",
"3dsMax": "",
"3dsMaxLocal": ""
}
},
"Toolchain": {
"Preference": [
"Win7/VS/v143/x64",
"Win7/VS/v142/x64",
"Win7/VS/v141/x64",
"Win7/VS/v140/x64",
"Win7/VS/v120/x64",
"Win7/VS/v110/x64",
"Win2k/VS/v90/x86",
"WinXP/VS/v141_xp/x86",
"WinXP/VS/v140_xp/x86",
"WinXP/VS/v120_xp/x86",
"WinXP/VS/v110_xp/x86",
"WinXP/VS/v100/x86",
"Win98/VS/v80/x86"
],
"Server": [{ "OS": "Ubuntu20", "Hunter": false }],
"Client": {
"exedll_32": "Win32",
"exedll_64": "Win64"
},
"Win32": [
{ "OS": "Win98", "Platform": "x86", "Hunter": false },
{ "OS": "Win2k", "Platform": "x86", "Hunter": false },
{ "OS": "WinXP", "Platform": "x86", "Hunter": false },
{ "OS": "Win7", "Platform": "x86", "Hunter": false },
{ "OS": "WinXP", "Platform": "x86" },
{ "OS": "Win7", "Platform": "x86" }
],
"Win64": [
{ "OS": "WinXP", "Platform": "x64", "Hunter": false },
{ "OS": "Win7", "Platform": "x64", "Hunter": false },
{ "OS": "Win7", "Platform": "x64" }
],
"Options": [
{
"Filter": { "Compiler": "MSVC" },
"CMake": [ "-DCUSTOM_FLAGS=/MP3" ],
"MSBuild": [ "/m:2" ]
}
]
}
}