diff options
Diffstat (limited to 'src/CommandLine')
| -rw-r--r-- | src/CommandLine/osx/ld64-osx.json (renamed from src/CommandLine/ld64-osx.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/osx/mld64-osx.json (renamed from src/CommandLine/mld64-osx.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/osx/pef-amd64-drv.json | 23 | ||||
| -rw-r--r-- | src/CommandLine/posix/cppdrv.json (renamed from src/CommandLine/cppdrv.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/posix/dbg.json (renamed from src/CommandLine/dbg.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/posix/kdbg.json (renamed from src/CommandLine/kdbg.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/posix/ld64-posix.json (renamed from src/CommandLine/ld64-posix.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/posix/mld64-posix.json (renamed from src/CommandLine/mld64-posix.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/posix/pef-amd64-asm.json (renamed from src/CommandLine/pef-amd64-asm.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/posix/pef-amd64-drv.json (renamed from src/CommandLine/pef-amd64-drv.json) | 0 | ||||
| -rw-r--r-- | src/CommandLine/posix/ptx-drv.json (renamed from src/CommandLine/ptx-drv.json) | 0 |
11 files changed, 23 insertions, 0 deletions
diff --git a/src/CommandLine/ld64-osx.json b/src/CommandLine/osx/ld64-osx.json index ddd233b..ddd233b 100644 --- a/src/CommandLine/ld64-osx.json +++ b/src/CommandLine/osx/ld64-osx.json diff --git a/src/CommandLine/mld64-osx.json b/src/CommandLine/osx/mld64-osx.json index 57f08f0..57f08f0 100644 --- a/src/CommandLine/mld64-osx.json +++ b/src/CommandLine/osx/mld64-osx.json diff --git a/src/CommandLine/osx/pef-amd64-drv.json b/src/CommandLine/osx/pef-amd64-drv.json new file mode 100644 index 0000000..f9bbfbc --- /dev/null +++ b/src/CommandLine/osx/pef-amd64-drv.json @@ -0,0 +1,23 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": [ + "../include/CompilerKit", + "../../include", + "/usr/local/include/", + "/opt/homebrew/Cellar/boost/1.90.0/include", + "../include/CompilerKit/src/Detail" + ], + "sources_path": [ + "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)" + ] +} + diff --git a/src/CommandLine/cppdrv.json b/src/CommandLine/posix/cppdrv.json index ad9761b..ad9761b 100644 --- a/src/CommandLine/cppdrv.json +++ b/src/CommandLine/posix/cppdrv.json diff --git a/src/CommandLine/dbg.json b/src/CommandLine/posix/dbg.json index ecc63e8..ecc63e8 100644 --- a/src/CommandLine/dbg.json +++ b/src/CommandLine/posix/dbg.json diff --git a/src/CommandLine/kdbg.json b/src/CommandLine/posix/kdbg.json index 6099f04..6099f04 100644 --- a/src/CommandLine/kdbg.json +++ b/src/CommandLine/posix/kdbg.json diff --git a/src/CommandLine/ld64-posix.json b/src/CommandLine/posix/ld64-posix.json index 0847b41..0847b41 100644 --- a/src/CommandLine/ld64-posix.json +++ b/src/CommandLine/posix/ld64-posix.json diff --git a/src/CommandLine/mld64-posix.json b/src/CommandLine/posix/mld64-posix.json index e408cec..e408cec 100644 --- a/src/CommandLine/mld64-posix.json +++ b/src/CommandLine/posix/mld64-posix.json diff --git a/src/CommandLine/pef-amd64-asm.json b/src/CommandLine/posix/pef-amd64-asm.json index a1b1e1f..a1b1e1f 100644 --- a/src/CommandLine/pef-amd64-asm.json +++ b/src/CommandLine/posix/pef-amd64-asm.json diff --git a/src/CommandLine/pef-amd64-drv.json b/src/CommandLine/posix/pef-amd64-drv.json index 69609ff..69609ff 100644 --- a/src/CommandLine/pef-amd64-drv.json +++ b/src/CommandLine/posix/pef-amd64-drv.json diff --git a/src/CommandLine/ptx-drv.json b/src/CommandLine/posix/ptx-drv.json index 6372117..6372117 100644 --- a/src/CommandLine/ptx-drv.json +++ b/src/CommandLine/posix/ptx-drv.json |
