summaryrefslogtreecommitdiffhomepage
path: root/dev/base/View/build.json
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-10-24 20:11:21 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-10-24 20:11:21 +0200
commitb0850d02b7fba8f0e16092c7609e928907d2521d (patch)
tree81ba785ba42607dff1df3538f305a23b8c2b1ce5 /dev/base/View/build.json
parent52b4044ab4956597aee4c629ba5fe5ec8966beac (diff)
IMP: Doing a cleanup and finishing the first version of ZKA.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/base/View/build.json')
-rw-r--r--dev/base/View/build.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev/base/View/build.json b/dev/base/View/build.json
deleted file mode 100644
index a98e8730..00000000
--- a/dev/base/View/build.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "compiler_path": "x86_64-w64-mingw32-g++",
- "compiler_std": "c++20",
- "headers_path": ["../", "../../", "../../zka"],
- "sources_path": ["src/*.cc"],
- "output_name": "ViewPDF.exe",
- "compiler_flags": [
- "-fPIC",
- "-ffreestanding",
- "-shared",
- "-fno-rtti",
- "-fno-exceptions",
- "-Wl,--subsystem=17"
- ],
- "cpp_macros": [
- "__VIEW_PDF_IMPL__",
- "cPDFVersion=0x0100",
- "cPDFVersionHighest=0x0100",
- "cPDFVersionLowest=0x0100"
- ]
-}