summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-01 16:09:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-01 16:09:48 (GMT)
commit47f462c33cd417a6f36038282806c5ce0757ba5e (patch)
tree9545c35c9c01f68ea7e52e16e4dcf0d1938597c0 /win/Makefile.in
parent2e364fd375521c1d0b19b0b37949124b3bf497cd (diff)
downloadtcl-47f462c33cd417a6f36038282806c5ce0757ba5e.zip
tcl-47f462c33cd417a6f36038282806c5ce0757ba5e.tar.gz
tcl-47f462c33cd417a6f36038282806c5ce0757ba5e.tar.bz2
Make sure that zdll.lib and tommath.lib are installed in windows, for possible use by extensions.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 75c34cb..367ed79 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -824,7 +824,7 @@ install-binaries: binaries
$(COPY) $$i "$(BIN_INSTALL_DIR)"; \
fi; \
done
- @for i in tclConfig.sh tclooConfig.sh $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE); \
+ @for i in tclConfig.sh tclooConfig.sh $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE) @ZLIB_LIBS@ @TOMMATH_LIBS@; \
do \
if [ -f $$i ]; then \
echo "Installing $$i to $(LIB_INSTALL_DIR)/"; \