summaryrefslogtreecommitdiffhomepage
path: root/src/libDDK/libDDK.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/libDDK/libDDK.json')
-rw-r--r--src/libDDK/libDDK.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libDDK/libDDK.json b/src/libDDK/libDDK.json
index e07766b2..ce68f149 100644
--- a/src/libDDK/libDDK.json
+++ b/src/libDDK/libDDK.json
@@ -2,12 +2,12 @@
"compiler_path": "x86_64-w64-mingw32-gcc",
"compiler_std": "c++20",
"headers_path": ["../", "./"],
- "sources_path": ["src/*.c", "src/*.cpp", "src/*.S"],
+ "sources_path": ["src/*.cpp", "src/*.S"],
"output_name": "libDDK.dll",
"compiler_flags": [
"-ffreestanding",
"-shared",
- "-std=c17",
+ "-std=c++20",
"-fno-rtti",
"-fno-exceptions",
"-Wl,--subsystem=17"
@@ -20,5 +20,5 @@
"kDDKVersionLowest=0x0100",
"kDDKVersion=0x0100"
],
- "description": "C/C++ Driver Development Kit for the NeKernel stack."
+ "description": "C/C++ Driver Development Kit for the NeKernel System."
}