add core version and library version

This commit is contained in:
2025-04-25 23:25:01 +05:00
committed by Егор
parent 68e8b3417e
commit 37ae2a28a9
9 changed files with 297 additions and 7 deletions

View File

@@ -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"
]
}

View File

@@ -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",