diff options
Diffstat (limited to 'dev/user/user.json')
| -rw-r--r-- | dev/user/user.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev/user/user.json b/dev/user/user.json new file mode 100644 index 00000000..481280f8 --- /dev/null +++ b/dev/user/user.json @@ -0,0 +1,20 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../", "./"], + "sources_path": ["src/*.cc", "src/*.o"], + "output_name": "user.sys", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "kSCIVersion=0x0100", + "kSCIVersionHighest=0x0100", + "kSCIVersionLowest=0x0100" + ] +} |
