From 81cfadb91ecb0570d62610317020bfde41f995e8 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 2 Apr 2026 12:22:49 +0200 Subject: [FEAT] Add targets for Windows NT, patch PEF.h header with current NeSystem version. [CHORE] CRK patches and exports ABI breaking changes. Signed-off-by: Amlal --- src/CompilerKit/ck-win64.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/CompilerKit/ck-win64.json (limited to 'src/CompilerKit') diff --git a/src/CompilerKit/ck-win64.json b/src/CompilerKit/ck-win64.json new file mode 100644 index 0000000..dca9350 --- /dev/null +++ b/src/CompilerKit/ck-win64.json @@ -0,0 +1,27 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": [ + "../../include/CompilerKit", + "../../include/", + "../../include/CompilerKit/src/", + "../../include/CompilerKit/src/impl" + ], + "sources_path": [ + "src/*.cpp", + "src/*/*.cpp" + ], + "output_name": "Ne-app.CompilerKit.dll", + "compiler_flags": [ + "-fPIC", + "-shared" + ], + "cpp_macros": [ + "__NECTAR__=202602", + "CK_USE_STRUCTS=1", + "CK_WINDOWS=1", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ], + "description": "CompilerKit for Windows NT. The Compiler Kit is the framework behind Nectar." +} + -- cgit v1.2.3