diff options
author | griffin <briang42@easystreet.net> | 2022-08-28 00:45:40 (GMT) |
---|---|---|
committer | griffin <briang42@easystreet.net> | 2022-08-28 00:45:40 (GMT) |
commit | 446587dc917e9cf5f049686be2ce20822d4c22ab (patch) | |
tree | 9a89d3d9e5c84f8a66f3d2dc1197ee9ec9102c75 /win | |
parent | 31c68fa4e741269ba96b1411eca08a67001079f2 (diff) | |
download | tcl-446587dc917e9cf5f049686be2ce20822d4c22ab.zip tcl-446587dc917e9cf5f049686be2ce20822d4c22ab.tar.gz tcl-446587dc917e9cf5f049686be2ce20822d4c22ab.tar.bz2 |
Missed change for Windows.
Diffstat (limited to 'win')
-rwxr-xr-x[-rw-r--r--] | win/makefile.vc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index a1b2e77..6232458 100644..100755 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -238,6 +238,7 @@ COREOBJS = \ $(TMP_DIR)\regexec.obj \
$(TMP_DIR)\regfree.obj \
$(TMP_DIR)\tclAbstractList.obj \
+ $(TMP_DIR)\tclArithSeries.obj \
$(TMP_DIR)\tclAlloc.obj \
$(TMP_DIR)\tclAssembly.obj \
$(TMP_DIR)\tclAsync.obj \
|