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

32 lines
669 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": "C:\\Program Files\\Autodesk\\3ds Max 2022"
}
},
"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" }
}
}