1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 04:21:59 +00:00

backend_tcl: add "licence.txt"; add note to "readme.txt"

re LINK32 tcl/tk libs
update_version.php: add year replace for "licence.txt" above
This commit is contained in:
gitlost
2023-12-16 16:44:02 +00:00
parent 29a602c465
commit 27465451e2
9 changed files with 240 additions and 188 deletions

View File

@@ -10,6 +10,8 @@ Build:
The header files of a TCL and Tk build are required for the build.
- MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI.
(will need to add your version of tcl/tk libs to LINK32, e.g.
"tcl85.lib" and "tk85.lib")
- Linux/Unix build is provided by the configure script.
Thanks to Christian Werner for that.