summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-01 16:15:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-01 16:15:49 (GMT)
commitc848a8872a27a167d3eba3391874be66feb637c5 (patch)
tree1e54764a8fb316243c1143a4317dde7bf22de75b /win/Makefile.in
parent01c6f7705f0b241490d171673c2b3073083ce9cc (diff)
downloadtcl-c848a8872a27a167d3eba3391874be66feb637c5.zip
tcl-c848a8872a27a167d3eba3391874be66feb637c5.tar.gz
tcl-c848a8872a27a167d3eba3391874be66feb637c5.tar.bz2
Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible accordingly (still WIP)
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 8c8ed44..c16f250 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -380,6 +380,7 @@ TOMMATH_OBJS = \
bn_mp_div_3.${OBJEXT} \
bn_mp_exch.${OBJEXT} \
bn_mp_expt_u32.${OBJEXT} \
+ bn_mp_get_mag_u64.${OBJEXT} \
bn_mp_get_mag_ul.${OBJEXT} \
bn_mp_grow.${OBJEXT} \
bn_mp_init.${OBJEXT} \
@@ -402,6 +403,7 @@ TOMMATH_OBJS = \
bn_mp_read_radix.${OBJEXT} \
bn_mp_rshd.${OBJEXT} \
bn_mp_set.${OBJEXT} \
+ bn_mp_set_u64.${OBJEXT} \
bn_mp_set_ul.${OBJEXT} \
bn_mp_shrink.${OBJEXT} \
bn_mp_sqr.${OBJEXT} \