diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-10-18 09:03:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-10-18 09:03:58 (GMT) |
commit | 5b99df7fb39cda162ef9d9f4df5acc875f9f6016 (patch) | |
tree | 086be07d74d5410b312616b802b117bcef0ca6ba /win/Makefile.in | |
parent | b134b7beb27e5ccf73392ae7b9e8b0a04bad05a3 (diff) | |
download | tcl-5b99df7fb39cda162ef9d9f4df5acc875f9f6016.zip tcl-5b99df7fb39cda162ef9d9f4df5acc875f9f6016.tar.gz tcl-5b99df7fb39cda162ef9d9f4df5acc875f9f6016.tar.bz2 |
Various changes to make life much easier on non-UNIX platforms (mostly Win32.)
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index cbb20f6..33b71b4 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.54 2001/09/14 01:00:59 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.54.2.1 2001/10/18 09:03:59 dkf Exp $ VERSION = @TCL_VERSION@ @@ -275,7 +275,7 @@ WIN_OBJS = \ tclWinTime.$(OBJEXT) COMPAT_OBJS = \ - strftime.$(OBJEXT) + strftime.$(OBJEXT) strtoll.$(OBJEXT) strtoull.$(OBJEXT) PIPE_OBJS = stub16.$(OBJEXT) |