summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-10-18 09:03:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-10-18 09:03:58 (GMT)
commit5b99df7fb39cda162ef9d9f4df5acc875f9f6016 (patch)
tree086be07d74d5410b312616b802b117bcef0ca6ba /win/Makefile.in
parentb134b7beb27e5ccf73392ae7b9e8b0a04bad05a3 (diff)
downloadtcl-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.in4
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)