summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-08-09 16:07:24 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-08-09 16:07:24 (GMT)
commitf3b81a98544f960c966b75dadceb1096d01ebcd3 (patch)
tree206e7cda898a12ac68cc526dafdbe6c4fc35f36c /win
parent7561d600a6a9c4bf3e5e216b8220044f96bddf6e (diff)
downloadtcl-f3b81a98544f960c966b75dadceb1096d01ebcd3.zip
tcl-f3b81a98544f960c966b75dadceb1096d01ebcd3.tar.gz
tcl-f3b81a98544f960c966b75dadceb1096d01ebcd3.tar.bz2
Fix Windows Visual C++ build
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 7c61580..a1b2e77 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -237,6 +237,7 @@ COREOBJS = \
$(TMP_DIR)\regerror.obj \
$(TMP_DIR)\regexec.obj \
$(TMP_DIR)\regfree.obj \
+ $(TMP_DIR)\tclAbstractList.obj \
$(TMP_DIR)\tclAlloc.obj \
$(TMP_DIR)\tclAssembly.obj \
$(TMP_DIR)\tclAsync.obj \