summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2002-02-15 14:28:46 (GMT)
committerdkf <dkf@noemail.net>2002-02-15 14:28:46 (GMT)
commit76f21db3e4ff07d10bc0f4fb6b55feb05b67247a (patch)
treeedaf81ee6d40edeacc9f3e2093ddcb2ba302c620 /win/makefile.bc
parent128a1ec632cd69ee32ae5bb3095470002b277211 (diff)
downloadtcl-76f21db3e4ff07d10bc0f4fb6b55feb05b67247a.zip
tcl-76f21db3e4ff07d10bc0f4fb6b55feb05b67247a.tar.gz
tcl-76f21db3e4ff07d10bc0f4fb6b55feb05b67247a.tar.bz2
TIP#72 implementation. See ChangeLog for details.
This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode. FossilOrigin-Name: 8d82de1905ada4c5d06f5fb967721e8b681b7c82
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index 8406a6e..ff1093b 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -175,6 +175,8 @@ TCLOBJS = \
$(TMPDIR)\regfree.obj \
$(TMPDIR)\regerror.obj \
$(TMPDIR)\strftime.obj \
+ $(TMPDIR)\strtoll.obj \
+ $(TMPDIR)\strtoull.obj \
$(TMPDIR)\tclAlloc.obj \
$(TMPDIR)\tclAsync.obj \
$(TMPDIR)\tclBasic.obj \