1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-10 13:36:02 +00:00

GS1 syntax engine for TCL backend:

- make option available without backend
- add MSVC build system
This commit is contained in:
Harald Oehlmann
2025-12-18 10:03:54 +01:00
parent 89e49bb157
commit c0d3260d1f
3 changed files with 36 additions and 15 deletions

View File

@@ -11,13 +11,20 @@ Build:
The header files of a Tcl and Tk build are required for the build.
They are included in a Tcl/Tk source tree or in an installed Tcl/Tk.
There are 3 build environments available:
There are the standard TCL build environments available:
- configure based build system for Linux/macOS and MSYS/Cygwin/MSYS2 (Windows)
(contributed by Christian Werner) - see "docs/manual.txt" Annex C for details
- "win\makefile.vc" for Microsoft Visual Studio command prompt (nmake) - see
"win\README.txt" for details
- "zint_tcl.vcxproj" for Microsoft Visual C++ 2022 interactive build
The GS1 syntax engine may be added optionally.
https://github.com/gs1/gs1-syntax-engine
Please look to the top of makefile.vc to activate it.
The GS1 syntax engine project currently only allows to build a dll and an import lib.
This hopefully changes in future.
Remark, that the syntax engine dll may not be included in a starkit or zipkit.
Usage: