From db2cb628399305b97c86a972d40f77fc83aa5a3b Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 10 Apr 2002 17:57:26 +0000 Subject: Added missing $(TKSTUBLIB) to install-binaries target. --- win/makefile.vc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/makefile.vc b/win/makefile.vc index 6e6f766..13006ca 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -7,7 +7,7 @@ # Copyright (c) 1998-2000 Ajuba Solutions. # Copyright (c) 2001 ActiveState Corporation. # -# RCS: @(#) $Id: makefile.vc,v 1.33.2.2 2001/10/03 22:04:53 hobbs Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.33.2.3 2002/04/10 17:57:26 davygrvy Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -358,6 +358,7 @@ install-binaries: copy $(WISH) "$(BIN_INSTALL_DIR)" @mkd "$(LIB_INSTALL_DIR)" copy $(TKLIB) "$(LIB_INSTALL_DIR)" + copy $(TKSTUBLIB) "$(LIB_INSTALL_DIR)" install-libraries: @mkd "$(INCLUDE_INSTALL_DIR)" -- cgit v0.12