mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-13 10:20:37 +01:00
6b6c1ad528
One can now run "make static" to get a binary that is statically linked to libunistring and pcre2. Both libraries are downloaded first, so they don't need to be available on the machine.
30 lines
852 B
JSON
30 lines
852 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/src",
|
|
"${workspaceFolder}/src/misc",
|
|
"${workspaceFolder}/out",
|
|
"${workspaceFolder}/vendor/pcre2-10.40/src",
|
|
"${workspaceFolder}/vendor/cmocka-1.1.0/include"
|
|
],
|
|
"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
|
|
}
|