mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19:51 -04:00
Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info
This commit is contained in:
parent
041c74fe4d
commit
1456af0e8b
15 changed files with 4540 additions and 1351 deletions
|
@ -1,21 +1,25 @@
|
|||
zint tcl binding readme
|
||||
-----------------------
|
||||
2014-06-30
|
||||
2024-12-09
|
||||
(C) Harald Oehlmann
|
||||
(C) Git Lost
|
||||
harald.oehlmann@users.sourceforge.net
|
||||
|
||||
What: tcl binding for zint bar code generator library
|
||||
|
||||
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.
|
||||
|
||||
- MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI.
|
||||
- Linux/Unix build is provided by the configure script.
|
||||
Thanks to Christian Werner for that.
|
||||
There are 3 build environments available:
|
||||
- configure based build system for Linux/MacOS/MSYS/CYGWIN (Windows)
|
||||
Contributed by Christian Werner.
|
||||
- win/Makefile.vc for TCL/Tk MS-Visual Studio build environment
|
||||
- zint_tcl.vxproj for interactive VisualStudio build.
|
||||
|
||||
Usage:
|
||||
|
||||
load zint.dll
|
||||
package require zint
|
||||
zint help
|
||||
|
||||
Most options are identical to the command line tool.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue