diff options
Diffstat (limited to 'src/libDDK/libDDK.json')
| -rw-r--r-- | src/libDDK/libDDK.json | 4 |
1 files changed, 2 insertions, 2 deletions
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." } |
