summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-02-04 09:21:25 (GMT)
committersebres <sebres@users.sourceforge.net>2019-02-04 09:21:25 (GMT)
commitbcd9ec5103a2be29face2bacfe44187ba8b1bd30 (patch)
treee94f6fb7df77eae6891d138eeec8d37d84c2e83c /win/makefile.vc
parent04ed7f99daa6ac1ca3e5a2903fc7c9325cd4d581 (diff)
downloadtcl-bcd9ec5103a2be29face2bacfe44187ba8b1bd30.zip
tcl-bcd9ec5103a2be29face2bacfe44187ba8b1bd30.tar.gz
tcl-bcd9ec5103a2be29face2bacfe44187ba8b1bd30.tar.bz2
partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, now that libtommath provides new functions mp_tc_and, mp_tc_or and mp_tc_xor
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index a6709d1..a607aaf 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -304,6 +304,9 @@ TOMMATHOBJS = \
$(TMP_DIR)\bn_mp_sqrt.obj \
$(TMP_DIR)\bn_mp_sub.obj \
$(TMP_DIR)\bn_mp_sub_d.obj \
+ $(TMP_DIR)\bn_mp_tc_and.obj \
+ $(TMP_DIR)\bn_mp_tc_or.obj \
+ $(TMP_DIR)\bn_mp_tc_xor.obj \
$(TMP_DIR)\bn_mp_to_unsigned_bin.obj \
$(TMP_DIR)\bn_mp_to_unsigned_bin_n.obj \
$(TMP_DIR)\bn_mp_toom_mul.obj \