diff options
Diffstat (limited to 'src/CommandLine')
| -rw-r--r-- | src/CommandLine/cppdrv.cpp (renamed from src/CommandLine/cppdrv.cc) | 0 | ||||
| -rw-r--r-- | src/CommandLine/cppdrv.json | 2 | ||||
| -rw-r--r-- | src/CommandLine/dbg.cpp (renamed from src/CommandLine/dbg.cc) | 0 | ||||
| -rw-r--r-- | src/CommandLine/dbg.json | 2 | ||||
| -rw-r--r-- | src/CommandLine/kdbg.cpp (renamed from src/CommandLine/kdbg.cc) | 0 | ||||
| -rw-r--r-- | src/CommandLine/kdbg.json | 2 | ||||
| -rw-r--r-- | src/CommandLine/ld64-osx.json | 2 | ||||
| -rw-r--r-- | src/CommandLine/ld64-posix.json | 2 | ||||
| -rw-r--r-- | src/CommandLine/ld64.cpp (renamed from src/CommandLine/ld64.cc) | 0 | ||||
| -rw-r--r-- | src/CommandLine/mld64-osx.json | 2 | ||||
| -rw-r--r-- | src/CommandLine/mld64-posix.json | 2 | ||||
| -rw-r--r-- | src/CommandLine/mld64.cpp (renamed from src/CommandLine/mld64.cc) | 0 | ||||
| -rw-r--r-- | src/CommandLine/pef-amd64-asm.cpp (renamed from src/CommandLine/pef-amd64-asm.cc) | 0 | ||||
| -rw-r--r-- | src/CommandLine/pef-amd64-asm.json | 3 | ||||
| -rw-r--r-- | src/CommandLine/pef-amd64-drv.cpp (renamed from src/CommandLine/pef-amd64-necdrv.cc) | 0 | ||||
| -rw-r--r-- | src/CommandLine/pef-amd64-drv.json (renamed from src/CommandLine/pef-amd64-necdrv.json) | 3 |
16 files changed, 11 insertions, 9 deletions
diff --git a/src/CommandLine/cppdrv.cc b/src/CommandLine/cppdrv.cpp index 6977923..6977923 100644 --- a/src/CommandLine/cppdrv.cc +++ b/src/CommandLine/cppdrv.cpp diff --git a/src/CommandLine/cppdrv.json b/src/CommandLine/cppdrv.json index 3fa222e..7c8cbe2 100644 --- a/src/CommandLine/cppdrv.json +++ b/src/CommandLine/cppdrv.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["cppdrv.cc"], + "sources_path": ["cppdrv.cpp"], "output_name": "cppdrv", "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], "cpp_macros": [ diff --git a/src/CommandLine/dbg.cc b/src/CommandLine/dbg.cpp index 5b08a69..5b08a69 100644 --- a/src/CommandLine/dbg.cc +++ b/src/CommandLine/dbg.cpp diff --git a/src/CommandLine/dbg.json b/src/CommandLine/dbg.json index 16fe3e2..ecc63e8 100644 --- a/src/CommandLine/dbg.json +++ b/src/CommandLine/dbg.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include", "../../include/CompilerKit/src/Detail"], - "sources_path": ["dbg.cc"], + "sources_path": ["dbg.cpp"], "output_name": "dbg", "compiler_flags": ["-L/usr/lib", "-lDebuggerKit"], "cpp_macros": [ diff --git a/src/CommandLine/kdbg.cc b/src/CommandLine/kdbg.cpp index 148efb3..148efb3 100644 --- a/src/CommandLine/kdbg.cc +++ b/src/CommandLine/kdbg.cpp diff --git a/src/CommandLine/kdbg.json b/src/CommandLine/kdbg.json index 8c36932..6099f04 100644 --- a/src/CommandLine/kdbg.json +++ b/src/CommandLine/kdbg.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["kdbg.cc"], + "sources_path": ["kdbg.cpp"], "output_name": "kdbg", "compiler_flags": ["-L/usr/lib", "-lDebuggerKit"], "cpp_macros": [ diff --git a/src/CommandLine/ld64-osx.json b/src/CommandLine/ld64-osx.json index 1a78748..ddd233b 100644 --- a/src/CommandLine/ld64-osx.json +++ b/src/CommandLine/ld64-osx.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["ld64.cc"], + "sources_path": ["ld64.cpp"], "output_name": "ld64", "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], "cpp_macros": [ diff --git a/src/CommandLine/ld64-posix.json b/src/CommandLine/ld64-posix.json index d2e626b..0847b41 100644 --- a/src/CommandLine/ld64-posix.json +++ b/src/CommandLine/ld64-posix.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["ld64.cc"], + "sources_path": ["ld64.cpp"], "output_name": "ld64", "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], "cpp_macros": [ diff --git a/src/CommandLine/ld64.cc b/src/CommandLine/ld64.cpp index 6d8a247..6d8a247 100644 --- a/src/CommandLine/ld64.cc +++ b/src/CommandLine/ld64.cpp diff --git a/src/CommandLine/mld64-osx.json b/src/CommandLine/mld64-osx.json index 78b7d3a..57f08f0 100644 --- a/src/CommandLine/mld64-osx.json +++ b/src/CommandLine/mld64-osx.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["mld64.cc"], + "sources_path": ["mld64.cpp"], "output_name": "mld64", "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], "cpp_macros": [ diff --git a/src/CommandLine/mld64-posix.json b/src/CommandLine/mld64-posix.json index 0b8deab..e408cec 100644 --- a/src/CommandLine/mld64-posix.json +++ b/src/CommandLine/mld64-posix.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"], - "sources_path": ["mld64.cc"], + "sources_path": ["mld64.cpp"], "output_name": "mld64", "compiler_flags": ["-L/usr/lib", "-lCompilerKit"], "cpp_macros": [ diff --git a/src/CommandLine/mld64.cc b/src/CommandLine/mld64.cpp index f19712b..f19712b 100644 --- a/src/CommandLine/mld64.cc +++ b/src/CommandLine/mld64.cpp diff --git a/src/CommandLine/pef-amd64-asm.cc b/src/CommandLine/pef-amd64-asm.cpp index 3ca4639..3ca4639 100644 --- a/src/CommandLine/pef-amd64-asm.cc +++ b/src/CommandLine/pef-amd64-asm.cpp diff --git a/src/CommandLine/pef-amd64-asm.json b/src/CommandLine/pef-amd64-asm.json index 060fbf3..a1b1e1f 100644 --- a/src/CommandLine/pef-amd64-asm.json +++ b/src/CommandLine/pef-amd64-asm.json @@ -2,11 +2,12 @@ "compiler_path": "g++", "compiler_std": "c++20", "headers_path": ["../../include/CompilerKit", "../../include", "../../include/CompilerKit/src/Detail"], - "sources_path": ["pef-amd64-asm.cc"], + "sources_path": ["pef-amd64-asm.cpp"], "output_name": "pef-amd64-asm", "compiler_flags": ["-L/usr/lib"], "cpp_macros": [ "__DRV_ASM__=202601", + "CK_POSIX", "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" ] } diff --git a/src/CommandLine/pef-amd64-necdrv.cc b/src/CommandLine/pef-amd64-drv.cpp index c8d8dbe..c8d8dbe 100644 --- a/src/CommandLine/pef-amd64-necdrv.cc +++ b/src/CommandLine/pef-amd64-drv.cpp diff --git a/src/CommandLine/pef-amd64-necdrv.json b/src/CommandLine/pef-amd64-drv.json index ea2209d..69609ff 100644 --- a/src/CommandLine/pef-amd64-necdrv.json +++ b/src/CommandLine/pef-amd64-drv.json @@ -7,13 +7,14 @@ "../include/CompilerKit/src/Detail" ], "sources_path": [ - "pef-amd64-necdrv.cc" + "pef-amd64-drv.cpp" ], "output_name": "pef-amd64-necdrv", "compiler_flags": [ ], "cpp_macros": [ "__NECDRV__=202504", + "CK_POSIX", "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" ] } |
