Line | |
---|
1 | These files comprise the basic building blocks for a Tcl Extension
|
---|
2 | Architecture (TEA) extension. For more information on TEA see:
|
---|
3 |
|
---|
4 | http://www.tcl.tk/doc/tea/
|
---|
5 |
|
---|
6 | This package is part of the Tcl project at SourceForge, and latest
|
---|
7 | sources should be available there:
|
---|
8 |
|
---|
9 | http://tcl.sourceforge.net/
|
---|
10 |
|
---|
11 | This package is a freely available open source package. You can do
|
---|
12 | virtually anything you like with it, such as modifying it, redistributing
|
---|
13 | it, and selling it either in whole or in part.
|
---|
14 |
|
---|
15 | CONTENTS
|
---|
16 | ========
|
---|
17 | The following is a short description of the files you will find in
|
---|
18 | the sample extension.
|
---|
19 |
|
---|
20 | README.txt This file
|
---|
21 |
|
---|
22 | install-sh Program used for copying binaries and script files
|
---|
23 | to their install locations.
|
---|
24 |
|
---|
25 | tcl.m4 Collection of Tcl autoconf macros. Included by a package's
|
---|
26 | aclocal.m4 to define TEA_* macros.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.