summaryrefslogtreecommitdiffhomepage
path: root/CRTKit/build.json
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-09 14:20:49 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-09 14:26:06 +0200
commitacd8297fe927e601a7173cec7ca5445fd4a9c74a (patch)
treed5610bc9f9cad2b93dd102ccb80eadb291d3fc1c /CRTKit/build.json
parent30a6f8174ab44c12ccdfb212a2f6895440581d1a (diff)
[IMP] [KRNL DLL] Update stop code, not using serial output anymore.
[IMP] [CRT DLL] Add CRT DLL as well. [HANDOVER] Update protocol by hiding an internal struct. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'CRTKit/build.json')
-rw-r--r--CRTKit/build.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/CRTKit/build.json b/CRTKit/build.json
new file mode 100644
index 00000000..f9d69a57
--- /dev/null
+++ b/CRTKit/build.json
@@ -0,0 +1,10 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-g++",
+ "compiler_std": "c++20",
+ "headers_path": ["../", "./"],
+ "sources_path": ["*.cxx"],
+ "output_name": "libCRT.dll",
+ "compiler_flags": ["-ffreestanding", "-shared", "-std=c17", "-std=c++20", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"],
+ "cpp_macros": ["__CRT_AMD64__", "cCRTVersion=0x0100"]
+ }
+ \ No newline at end of file