From 41117a33aa0dde66b8964b4bc0de0082fcd40667 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Feb 2026 15:39:53 +0100 Subject: chore: libDDK: Tweak DDK and libSystem SDK. Signed-off-by: Amlal El Mahrouss --- src/libDDK/libDDK.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libDDK/libDDK.json') diff --git a/src/libDDK/libDDK.json b/src/libDDK/libDDK.json index 24804a23..e07766b2 100644 --- a/src/libDDK/libDDK.json +++ b/src/libDDK/libDDK.json @@ -2,7 +2,7 @@ "compiler_path": "x86_64-w64-mingw32-gcc", "compiler_std": "c++20", "headers_path": ["../", "./"], - "sources_path": ["src/*.c", "src/*.cc", "src/*.S"], + "sources_path": ["src/*.c", "src/*.cpp", "src/*.S"], "output_name": "libDDK.dll", "compiler_flags": [ "-ffreestanding", @@ -20,5 +20,5 @@ "kDDKVersionLowest=0x0100", "kDDKVersion=0x0100" ], - "description": "Driver Development Kit for NeKernel." + "description": "C/C++ Driver Development Kit for the NeKernel stack." } -- cgit v1.2.3