summaryrefslogtreecommitdiffhomepage
path: root/DDKit/build.json
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-07 22:55:34 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-07 22:55:34 +0200
commit64fa0db684db306766280593b0a9717132e636d4 (patch)
tree20944794a003b685dae461edb1b677508ed655b2 /DDKit/build.json
parentc2f59f90cfcf3a6a43eed74a6bbe1a73e240a616 (diff)
[IMP]
- Updated the PEF header for NDK. - Adding ICL parser for SCM (ToDo) - Updated extensions of PEF. - Updated start address for exes in PEF. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
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 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"]
}