mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-30 04:54:15 +01:00
25 lines
624 B
JSON
25 lines
624 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${WUT_ROOT}/include",
|
|
"../librw"
|
|
],
|
|
"defines": [
|
|
"__WIIU__",
|
|
"__WUT__",
|
|
"LIBRW",
|
|
"AUDIO_OAL",
|
|
"BIGENDIAN",
|
|
"__FILENAME__=\"a\""
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "gnu18",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |