summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-07-17 16:36:51 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-07-17 16:36:51 (GMT)
commit0a3cfc79026050f3740f75dc472a4cd5ff284b57 (patch)
treecaf06355edb3e63c166da0c2a3bfd46238f668f8
parentfc0c89372c3880ec1cd9e520d031e6b72436585e (diff)
downloadtcl-0a3cfc79026050f3740f75dc472a4cd5ff284b57.zip
tcl-0a3cfc79026050f3740f75dc472a4cd5ff284b57.tar.gz
tcl-0a3cfc79026050f3740f75dc472a4cd5ff284b57.tar.bz2
Fix: tommath.lib needs to be installed to permit extensions to link when using the tommath C API
-rw-r--r--win/makefile.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index b1a8b6a..625337d 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -971,6 +971,7 @@ install-binaries:
@$(CPY) "$(TCLIMPLIB)" "$(LIB_INSTALL_DIR)\"
@$(CPY) "$(OUT_DIR)\zlib1.dll" "$(BIN_INSTALL_DIR)\"
@$(CPY) "$(OUT_DIR)\libtommath.dll" "$(BIN_INSTALL_DIR)\"
+ @$(CPY) "$(OUT_DIR)\tommath.lib" "$(LIB_INSTALL_DIR)\"
!if exist($(TCLSH))
@echo Installing $(TCLSHNAME)
@$(CPY) "$(TCLSH)" "$(BIN_INSTALL_DIR)\"