diff options
Diffstat (limited to 'dev/base/View/view.json')
| -rw-r--r-- | dev/base/View/view.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev/base/View/view.json b/dev/base/View/view.json new file mode 100644 index 00000000..9033eaec --- /dev/null +++ b/dev/base/View/view.json @@ -0,0 +1,21 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../../", "....//zka"], + "sources_path": ["src/*.cxx"], + "output_name": "View.exe", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "__VIEW_IMPL__", + "cPRMVersion=0x0100", + "cPRMVersionHighest=0x0100", + "cPRMVersionLowest=0x0100" + ] +} |
