From 52b4044ab4956597aee4c629ba5fe5ec8966beac Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 24 Oct 2024 18:30:07 +0200 Subject: META: Bumping source code. Signed-off-by: Amlal --- dev/base/View/build.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev/base/View/build.json (limited to 'dev/base/View/build.json') diff --git a/dev/base/View/build.json b/dev/base/View/build.json new file mode 100644 index 00000000..a98e8730 --- /dev/null +++ b/dev/base/View/build.json @@ -0,0 +1,21 @@ +{ + "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" + ] +} -- cgit v1.2.3