summaryrefslogtreecommitdiffhomepage
path: root/dev/base/View/build.json
diff options
context:
space:
mode:
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"
- ]
-}