diff options
author | davygrvy <davygrvy> | 2002-04-10 17:57:26 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2002-04-10 17:57:26 (GMT) |
commit | db2cb628399305b97c86a972d40f77fc83aa5a3b (patch) | |
tree | 3fe72eeb7823c7f8bbde08516982169f208a83e6 | |
parent | ff8cdcf19fab325e77e99eb350bcc9e81ccf7f07 (diff) | |
download | tk-db2cb628399305b97c86a972d40f77fc83aa5a3b.zip tk-db2cb628399305b97c86a972d40f77fc83aa5a3b.tar.gz tk-db2cb628399305b97c86a972d40f77fc83aa5a3b.tar.bz2 |
Added missing $(TKSTUBLIB) to install-binaries target.
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
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)" |