diff options
Diffstat (limited to 'dev/pdm/pdm.json')
| -rw-r--r-- | dev/pdm/pdm.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev/pdm/pdm.json b/dev/pdm/pdm.json new file mode 100644 index 00000000..790ab0f1 --- /dev/null +++ b/dev/pdm/pdm.json @@ -0,0 +1,23 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../", "../zka"], + "sources_path": ["src/*.cxx"], + "output_name": "pdm.sys", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "__PDM_IMPL__", + "__NEWOSKRNL__", + "__ZKA_AMD64__", + "cPDMVersion=0x0100", + "cPDMVersionHighest=0x0100", + "cPDMVersionLowest=0x0100" + ] +} |
