Skip to content

Commit

Permalink
Merge 8.7 - install tommath.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Jul 17, 2023
2 parents 53f75ee + 0a3cfc7 commit 2e4dede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win/makefile.vc
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,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)\"
Expand Down

0 comments on commit 2e4dede

Please sign in to comment.