1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 04:51:58 +00:00

backend_tcl: add USE_TCL_STUBS & USE_TK_STUBS defines to

"zint_tcl.dsp"; remove previous note added to "readme.txt",
  props Harald Oehlmann
This commit is contained in:
gitlost
2023-12-18 08:57:49 +00:00
parent 27465451e2
commit aba04df25e
3 changed files with 5 additions and 7 deletions

View File

@@ -10,8 +10,6 @@ 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.