diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-07-17 16:36:51 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-07-17 16:36:51 (GMT) |
| commit | 0a3cfc79026050f3740f75dc472a4cd5ff284b57 (patch) | |
| tree | caf06355edb3e63c166da0c2a3bfd46238f668f8 | |
| parent | fc0c89372c3880ec1cd9e520d031e6b72436585e (diff) | |
| download | tcl-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.vc | 1 |
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)\"
|
