2021-03-03 22:25:06 +01:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Win32",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/src",
|
|
|
|
"${workspaceFolder}/out",
|
2023-08-31 16:44:24 +02:00
|
|
|
"${workspaceFolder}/vendor/libunistring-1.0/lib",
|
2022-09-23 22:06:47 +02:00
|
|
|
"${workspaceFolder}/vendor/pcre2-10.40/src",
|
2023-05-08 21:12:00 +02:00
|
|
|
"${workspaceFolder}/vendor/cmocka-1.1.0/include",
|
|
|
|
"C:/MinGW/include/ncurses"
|
2021-03-03 22:25:06 +01:00
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"_DEBUG",
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE"
|
|
|
|
],
|
2023-08-31 16:44:24 +02:00
|
|
|
"compilerPath": "C:/MinGW/bin/gcc.exe",
|
2021-03-03 22:25:06 +01:00
|
|
|
"cStandard": "c99",
|
|
|
|
"cppStandard": "gnu++14",
|
|
|
|
"intelliSenseMode": "windows-gcc-x86"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|