summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-08-30 15:54:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-08-30 15:54:28 (GMT)
commitfa017c619ce3a26b2765bca23aa499ca4fd0053c (patch)
tree0e414a345c4cff8a301c0072e2a921f6531f2794 /win/makefile.vc
parenta949a8cc1b1756cb0fdc04b444e11efa9e075ad0 (diff)
downloadtcl-fa017c619ce3a26b2765bca23aa499ca4fd0053c.zip
tcl-fa017c619ce3a26b2765bca23aa499ca4fd0053c.tar.gz
tcl-fa017c619ce3a26b2765bca23aa499ca4fd0053c.tar.bz2
[kennykb-numerics-branch]
* generic/tclTomMath.h: Added mp_sqrt to routines from * unix/Makefile.in: libtommath used by Tcl. * win/Makefile.in: * win/makefile.vc: * generic/tclBasic.c: Extended sqrt(.) so that range covers the entire double range, accepting as many bignums in the domain as that will allow.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 3c5062a..358c313 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2004 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.135.2.8 2005/08/25 15:47:07 dgp Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.135.2.9 2005/08/30 15:54:29 dgp Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -380,6 +380,7 @@ TCLOBJS = \
$(TMP_DIR)\bn_mp_set.obj \
$(TMP_DIR)\bn_mp_shrink.obj \
$(TMP_DIR)\bn_mp_sqr.obj \
+ $(TMP_DIR)\bn_mp_sqrt.obj \
$(TMP_DIR)\bn_mp_sub.obj \
$(TMP_DIR)\bn_mp_sub_d.obj \
$(TMP_DIR)\bn_mp_to_unsigned_bin.obj \