mirror of
https://github.com/LIV2/RIDE.git
synced 2025-12-06 04:22:43 +00:00
20 lines
554 B
JSON
20 lines
554 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/opt/amiga/m68k-amigaos/ndk-include"
|
|
],
|
|
"defines": [
|
|
"CDBOOT=1"
|
|
],
|
|
"compilerPath": "/opt/amiga/bin/m68k-amigaos-gcc",
|
|
"cStandard": "gnu99",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"configurationProvider": "ms-vscode.makefile-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |