diff options
Diffstat (limited to 'dev/ZGM')
| -rw-r--r-- | dev/ZGM/.keep | 0 | ||||
| -rw-r--r-- | dev/ZGM/build.json | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev/ZGM/.keep b/dev/ZGM/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/dev/ZGM/.keep diff --git a/dev/ZGM/build.json b/dev/ZGM/build.json new file mode 100644 index 00000000..cd8fbe63 --- /dev/null +++ b/dev/ZGM/build.json @@ -0,0 +1,21 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../"], + "sources_path": ["Sources/*.cxx"], + "output_name": "sgm.sys", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "__SGM_IMPL__", + "cSGMVersion=0x0100", + "cSGMVersionHighest=0x0100", + "cSGMVersionLowest=0x0100" + ] +} |
