summaryrefslogtreecommitdiffhomepage
path: root/DDKit/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'DDKit/build.json')
-rw-r--r--DDKit/build.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/DDKit/build.json b/DDKit/build.json
index bfa2b829..328165ba 100644
--- a/DDKit/build.json
+++ b/DDKit/build.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["../", "./"],
"sources_path": ["*.c", "*.cxx", "*.S"],
- "output_name": "libDDK.dll",
+ "output_name": "ddk.dll",
"compiler_flags": ["-ffreestanding", "-shared", "-std=c17", "-std=c++20", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"],
"cpp_macros": ["__NEWOSKRNL__", "__DDK_AMD64__", "cDDKVersionHighest=1", "cDDKVersionLowest=1"]
}