From aed5494e761e1d92330b40fef8ea5e053ae90854 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 23 Mar 2026 10:19:41 +0100 Subject: [FEAT] Add install script for Nectar alongside many needed additions. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/osx/ld64-osx.json | 13 ------------- src/CommandLine/osx/ld64.json | 13 +++++++++++++ src/CommandLine/osx/mld64-osx.json | 13 ------------- src/CommandLine/osx/mld64.json | 13 +++++++++++++ src/CommandLine/posix/ld64-posix.json | 13 ------------- src/CommandLine/posix/ld64.json | 13 +++++++++++++ src/CommandLine/posix/mld64-posix.json | 13 ------------- src/CommandLine/posix/mld64.json | 13 +++++++++++++ 8 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 src/CommandLine/osx/ld64-osx.json create mode 100644 src/CommandLine/osx/ld64.json delete mode 100644 src/CommandLine/osx/mld64-osx.json create mode 100644 src/CommandLine/osx/mld64.json delete mode 100644 src/CommandLine/posix/ld64-posix.json create mode 100644 src/CommandLine/posix/ld64.json delete mode 100644 src/CommandLine/posix/mld64-posix.json create mode 100644 src/CommandLine/posix/mld64.json (limited to 'src/CommandLine') diff --git a/src/CommandLine/osx/ld64-osx.json b/src/CommandLine/osx/ld64-osx.json deleted file mode 100644 index ddd233b..0000000 --- a/src/CommandLine/osx/ld64-osx.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compiler_path": "clang++", - "compiler_std": "c++20", - "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["ld64.cpp"], - "output_name": "ld64", - "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], - "cpp_macros": [ - "__LD64__=202601", - "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" - ] -} - diff --git a/src/CommandLine/osx/ld64.json b/src/CommandLine/osx/ld64.json new file mode 100644 index 0000000..ddd233b --- /dev/null +++ b/src/CommandLine/osx/ld64.json @@ -0,0 +1,13 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], + "sources_path": ["ld64.cpp"], + "output_name": "ld64", + "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], + "cpp_macros": [ + "__LD64__=202601", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ] +} + diff --git a/src/CommandLine/osx/mld64-osx.json b/src/CommandLine/osx/mld64-osx.json deleted file mode 100644 index 57f08f0..0000000 --- a/src/CommandLine/osx/mld64-osx.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compiler_path": "clang++", - "compiler_std": "c++20", - "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["mld64.cpp"], - "output_name": "mld64", - "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], - "cpp_macros": [ - "__MLD64__=202601", - "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" - ] -} - diff --git a/src/CommandLine/osx/mld64.json b/src/CommandLine/osx/mld64.json new file mode 100644 index 0000000..57f08f0 --- /dev/null +++ b/src/CommandLine/osx/mld64.json @@ -0,0 +1,13 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], + "sources_path": ["mld64.cpp"], + "output_name": "mld64", + "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], + "cpp_macros": [ + "__MLD64__=202601", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ] +} + diff --git a/src/CommandLine/posix/ld64-posix.json b/src/CommandLine/posix/ld64-posix.json deleted file mode 100644 index 0847b41..0000000 --- a/src/CommandLine/posix/ld64-posix.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compiler_path": "clang++", - "compiler_std": "c++20", - "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["ld64.cpp"], - "output_name": "ld64", - "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], - "cpp_macros": [ - "__LD64__=202601", - "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" - ] -} - diff --git a/src/CommandLine/posix/ld64.json b/src/CommandLine/posix/ld64.json new file mode 100644 index 0000000..0847b41 --- /dev/null +++ b/src/CommandLine/posix/ld64.json @@ -0,0 +1,13 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], + "sources_path": ["ld64.cpp"], + "output_name": "ld64", + "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], + "cpp_macros": [ + "__LD64__=202601", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ] +} + diff --git a/src/CommandLine/posix/mld64-posix.json b/src/CommandLine/posix/mld64-posix.json deleted file mode 100644 index e408cec..0000000 --- a/src/CommandLine/posix/mld64-posix.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compiler_path": "clang++", - "compiler_std": "c++20", - "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["mld64.cpp"], - "output_name": "mld64", - "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], - "cpp_macros": [ - "__MLD64__=202601", - "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" - ] -} - diff --git a/src/CommandLine/posix/mld64.json b/src/CommandLine/posix/mld64.json new file mode 100644 index 0000000..e408cec --- /dev/null +++ b/src/CommandLine/posix/mld64.json @@ -0,0 +1,13 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], + "sources_path": ["mld64.cpp"], + "output_name": "mld64", + "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], + "cpp_macros": [ + "__MLD64__=202601", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ] +} + -- cgit v1.2.3