2021-03-03 22:25:06 +01:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Win32",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/src",
|
|
|
|
"${workspaceFolder}/src/misc",
|
|
|
|
"${workspaceFolder}/out",
|
2021-11-01 14:18:50 +01:00
|
|
|
"${workspaceFolder}/vendor/pcre2-10.36/src",
|
|
|
|
"${workspaceFolder}/vendor/cmocka-1.1.0/include"
|
2021-03-03 22:25:06 +01:00
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"_DEBUG",
|
|
|
|
"DEBUG",
|
|
|
|
"REGEXP_DEBUG",
|
|
|
|
"PARSER_DEBUG",
|
|
|
|
"LEXER_DEBUG",
|
2021-06-16 20:52:36 +02:00
|
|
|
"DISCOVERY_DEBUG",
|
2021-03-03 22:25:06 +01:00
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE"
|
|
|
|
],
|
|
|
|
"compilerPath": "C:\\MinGW\\bin\\gcc.exe",
|
|
|
|
"cStandard": "c99",
|
|
|
|
"cppStandard": "gnu++14",
|
|
|
|
"intelliSenseMode": "windows-gcc-x86"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|