diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-24 18:30:07 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-24 18:30:07 +0200 |
| commit | 52b4044ab4956597aee4c629ba5fe5ec8966beac (patch) | |
| tree | 447eeb6e3ddd082a866080ff7776de3e5ff4e45d /dev/base/View/build.json | |
| parent | 6e3be96bb9a9b3047aee59da639819453eaab6ac (diff) | |
META: Bumping source code.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/base/View/build.json')
| -rw-r--r-- | dev/base/View/build.json | 21 |
1 files changed, 21 insertions, 0 deletions
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" + ] +} |
