Overview
Comment: | fixed typo in comments |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
192c5c12ff104e5c53eb33b54bedf05c |
User & Date: | aborr on 2000-01-20 01:48:19 |
Other Links: | manifest | tags |
Context
2000-01-20
| ||
01:49 | updated copyright notice check-in: 733bc1fa8f user: aborr tags: trunk | |
01:48 | fixed typo in comments check-in: 192c5c12ff user: aborr tags: trunk | |
2000-01-19
| ||
22:10 | Initial import of tls extension. check-in: fd611c10e9 user: aborr tags: trunk | |
Changes
Modified Makefile.in from [ec83a08df3] to [64405f388f].
1 2 | # Makefile.in -- # | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Makefile.in -- # # This file is a Makefile for the tls Tcl extension. If it has the name # "Makefile.in" then it is a template for a Makefile; to generate the # actual Makefile, run "./configure", which is a configuration script # generated by the "autoconf" program (constructs like "@foo@" will get # replaced in the actual Makefile. # # Copyright (c) 1999-2000 Scriptics Corporation. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: Makefile.in,v 1.2 2000/01/20 01:48:19 aborr Exp $ lib_BINARIES=$(tls_LIB_FILE) BINARIES=$(lib_BINARIES) #======================================================================== # Enumerate the names of the source files included in this package. |
︙ | ︙ |