From 9a0184dae5723488daf16c86ee8a3741cd70f894 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sat, 10 Aug 2024 16:47:14 +0200 Subject: [IMP] Many fixes inside kernel DLL, fixing filesystem now. Signed-off-by: Amlal EL Mahrouss --- GXKit/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GXKit') diff --git a/GXKit/build.json b/GXKit/build.json index 284fb1b9..824c6b1d 100644 --- a/GXKit/build.json +++ b/GXKit/build.json @@ -2,9 +2,9 @@ "compiler_path": "x86_64-w64-mingw32-gcc", "compiler_std": "c++20", "headers_path": ["../", "./"], - "sources_path": ["*.c", "*.cxx", "*.S"], + "sources_path": ["*.c"], "output_name": "gx.dll", - "compiler_flags": ["-ffreestanding", "-shared", "-std=c17", "-std=c++20", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"], + "compiler_flags": ["-ffreestanding", "-shared", "-std=c17", " -Wl,--subsystem=17"], "cpp_macros": ["__NEWOSKRNL__", "__DDK_AMD64__", "cGXVersionHighest=1", "cGXVersionLowest=1"] } \ No newline at end of file -- cgit v1.2.3