zint-barcode-generator/backend_tcl/tclconfig
gitlost 25dacb2949 - Add new symbology BARCODE_MAILMARK_2D (Royal Mail 2D Mailmark),
renaming previous BARCODE_MAILMARK (Royal Mail 4-State Mailmark)
  to BARCODE_MAILMARK_4S
- backend_tcl: update TEA
2022-12-08 13:48:31 +00:00
..
install-sh - Add new symbology BARCODE_MAILMARK_2D (Royal Mail 2D Mailmark), 2022-12-08 13:48:31 +00:00
README.txt Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
tcl.m4 - Add new symbology BARCODE_MAILMARK_2D (Royal Mail 2D Mailmark), 2022-12-08 13:48:31 +00:00

These files comprise the basic building blocks for a Tcl Extension
Architecture (TEA) extension.  For more information on TEA see:

	http://www.tcl.tk/doc/tea/

This package is part of the Tcl project at SourceForge, and latest
sources should be available there:

	http://tcl.sourceforge.net/

This package is a freely available open source package.  You can do
virtually anything you like with it, such as modifying it, redistributing
it, and selling it either in whole or in part.

CONTENTS
========
The following is a short description of the files you will find in
the sample extension.

README.txt	This file

install-sh	Program used for copying binaries and script files
		to their install locations.

tcl.m4		Collection of Tcl autoconf macros.  Included by a package's
		aclocal.m4 to define SC_* macros.