mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
32 lines
959 B
JSON
32 lines
959 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/src",
|
|
"${workspaceFolder}/src/misc",
|
|
"${workspaceFolder}/out",
|
|
"${workspaceFolder}/vendor/libunistring-1.0/lib",
|
|
"${workspaceFolder}/vendor/pcre2-10.40/src",
|
|
"${workspaceFolder}/vendor/cmocka-1.1.0/include",
|
|
"C:/MinGW/include/ncurses"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"DEBUG",
|
|
"REGEXP_DEBUG",
|
|
"PARSER_DEBUG",
|
|
"LEXER_DEBUG",
|
|
"DISCOVERY_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "C:/MinGW/bin/gcc.exe",
|
|
"cStandard": "c99",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "windows-gcc-x86"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|