zint-barcode-generator/backend_tcl/win
gitlost a4b557786f backend_tcl: add "win/readme.txt"; fiddle with "readme.txt"
README:  copyright 2024 -> 2025; remove primarily Linux bit
manual: update Tcl instructions; copyright 2024 -> 2025;
  Data Matrix ECC200 -> ECC 200, mention previous standards by
  name;
manual/GUI: Pharmacode -> Pharmacode One-Track, 2-track Pharmacode
  -> Pharmacode Two-Track
backend/DEVELOPER: update
2025-01-22 08:13:42 +00:00
..
gitmanifest.in Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
makefile.vc Rebuild tcl windows build system 2025-01-21 18:07:19 +01:00
nmakehlp.c Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
README.txt backend_tcl: add "win/readme.txt"; fiddle with "readme.txt" 2025-01-22 08:13:42 +00:00
rules-ext.vc Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
rules.vc Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
targets.vc Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
zintUuid.h.in Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00

2025-01-22
(C) Harald Oehlmann
harald.oehlmann@users.sourceforge.net

To build using nmake on Windows:

Download the tcl and tk 8.6.16 or 9.0.1 source from:

  https://sourceforge.net/projects/tcl/files/Tcl/

Unzip them into a folder (example: c:\temp)

  In the following:
  <tcl> is c:\temp\tcl8.6.16 (or 9.0.1)
  <tk> is c:\temp\tk8.6.16 (or 9.0.1)
  <inst> is the Tcl/Tk install directory (example: c:\Tcl)
  <zint> is the Zint project root directory

Start a Visual Studio command prompt

  cd <tcl>\win
  nmake -f makefile.vc release
  nmake -f makefile.vc install INSTALLDIR=<inst>

  cd <tk>\win
  nmake -f makefile.vc release TCLDIR=<tcl>
  nmake -f makefile.vc install TCLDIR=<tcl> INSTALLDIR=<inst>

  cd <zint>\backend_tcl\win
  nmake -f makefile.vc zint TCLDIR=<tcl> TKDIR=<tk>
  nmake -f makefile.vc install TCLDIR=<tcl> INSTALLDIR=<inst>