summaryrefslogtreecommitdiffhomepage
path: root/DDKit
diff options
context:
space:
mode:
Diffstat (limited to 'DDKit')
-rw-r--r--DDKit/build.json2
-rw-r--r--DDKit/x86_64.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/DDKit/build.json b/DDKit/build.json
index 8fbde6ac..bfa2b829 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.lib",
+ "output_name": "libDDK.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"]
}
diff --git a/DDKit/x86_64.make b/DDKit/x86_64.make
index 4e641acd..b79d74f0 100644
--- a/DDKit/x86_64.make
+++ b/DDKit/x86_64.make
@@ -7,7 +7,7 @@ CC=x86_64-w64-mingw32-gcc
INC=-I./ -I../
FLAGS=-ffreestanding -shared -std=c17 -std=c++20 -D__NEWOSKRNL__ -fno-rtti -fno-exceptions -D__DDK_AMD64__ -Wl,--subsystem=17
VERSION=-DcDDKVersionLowest=1 -DcDDKVersionHighest=1
-OUTPUT=libDDK.lib
+OUTPUT=libDDK.dll
.PHONY: x86_64-build
x86_64-build: