summaryrefslogtreecommitdiffhomepage
path: root/dev/base/View/view.json
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 13:06:53 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 13:06:53 +0200
commit122681ad5bc13ceece505e030a1141d2ae76c252 (patch)
tree92a3647489f17d51d62344233bb91b61e15270f1 /dev/base/View/view.json
parent2a51866f3f39d4ebf0fd2d132cfad1e2962d1236 (diff)
IMP: Implemented SCI Memory Manager following functions: MmFillMemory
and MmCopyMemory. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/base/View/view.json')
-rw-r--r--dev/base/View/view.json21
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"
+ ]
+}