add core version and library version
This commit is contained in:
9
.vscode/c_cpp_properties.json
vendored
9
.vscode/c_cpp_properties.json
vendored
@@ -6,7 +6,11 @@
|
||||
"${workspaceFolder}/lua/src",
|
||||
"${workspaceFolder}/../kolibrios/contrib/sdk/sources/newlib/libc/include"
|
||||
],
|
||||
"defines": []
|
||||
"defines": [
|
||||
"SYSCALLS_VERSION_A",
|
||||
"SYSCALLS_VERSION_B",
|
||||
"SYSCALLS_VERSION_C"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Debug",
|
||||
@@ -15,6 +19,9 @@
|
||||
"${workspaceFolder}/../kolibrios/contrib/sdk/sources/newlib/libc/include"
|
||||
],
|
||||
"defines": [
|
||||
"SYSCALLS_VERSION_A",
|
||||
"SYSCALLS_VERSION_B",
|
||||
"SYSCALLS_VERSION_C",
|
||||
"NDEBUG"
|
||||
]
|
||||
}
|
||||
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -7,7 +7,9 @@
|
||||
"socket.h": "c",
|
||||
"graphic.h": "c",
|
||||
"syscalls.h": "c",
|
||||
"registers.h": "c"
|
||||
"registers.h": "c",
|
||||
"version_type.h": "c",
|
||||
"library_version.h": "c"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"syscalls",
|
||||
|
Reference in New Issue
Block a user