mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
24 lines
672 B
JSON
24 lines
672 B
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}\\dev\\",
|
|
"${workspaceFolder}\\lwmem\\src\\include\\"
|
|
],
|
|
"defines": [
|
|
"WIN32",
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"LWMEM_DEV"
|
|
],
|
|
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "windows-gcc-x86",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
]
|
|
} |