diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-31 08:50:51 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-31 08:50:51 +0200 |
| commit | 59e0caa55e97f1a998904f404e5fedac3b2b0ec6 (patch) | |
| tree | 37526bed7193cbd03ecca4037d204bf721da5bfd /DDKit | |
| parent | 2d11ddee665e8425708bbda876060b2958de5d07 (diff) | |
[IMP] use .lib according to the PEF's ABI.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'DDKit')
| -rw-r--r-- | DDKit/x86_64.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DDKit/x86_64.make b/DDKit/x86_64.make index f261d432..05b136d3 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__KERNEL__ -fno-rtti -fno-exceptions -D__DDK_AMD64__ -Wl,--subsystem=17
VERSION=-DcDDKVersionLowest=1 -DcDDKVersionHighest=1
-OUTPUT=libDDK.so
+OUTPUT=libDDK.lib
.PHONY: x86_64-build
x86_64-build:
|
