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

39 lines
762 B
JSON

{
"Domain": "default",
"Paths": {
"Code": "code",
"Leveldesign": "leveldesign",
"Graphics": "graphics",
"Sound": "sound",
"Build": "build",
"Pipeline": "pipeline",
"Tools": {
"Python27": "external/python27",
"RRDtool": "external/rrdtool",
"MariaDB": "external/mariadb",
"Nginx": "external/nginx",
"PHP": "external/php",
"phpMyAdmin": "external/phpmyadmin",
"3dsMax": ""
}
},
"Toolchain": {
"Preference": [
"MSVC/v143/x64",
"MSVC/v142/x64",
"MSVC/v141/x64",
"MSVC/v140/x64",
"MSVC/v90/x86",
"MSVC/v100/x86",
"MSVC/v80/x86"
],
"Server": { "OS": "Ubuntu20" },
"Options": [
{
"Filter": { "Compiler": "MSVC" },
"CMake": [ "-DCUSTOM_FLAGS=/MP3" ],
"MSBuild": [ "/m:2" ]
}
]
}
}