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