diff options
author | vincentdarley <vincentdarley@noemail.net> | 2003-01-10 15:03:49 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2003-01-10 15:03:49 (GMT) |
commit | bc7ac0c33c841f7e376d60e1a8553f898caa3629 (patch) | |
tree | 80a34d014f8cf54e0b51b3713808dacf6861b179 /win/makefile.vc | |
parent | efa637569ed08b484b46c851470a3f85ec599ed0 (diff) | |
download | tcl-bc7ac0c33c841f7e376d60e1a8553f898caa3629.zip tcl-bc7ac0c33c841f7e376d60e1a8553f898caa3629.tar.gz tcl-bc7ac0c33c841f7e376d60e1a8553f898caa3629.tar.bz2 |
WinTcl crash on exit fix
FossilOrigin-Name: bfd1c3af3d766e815ab656c17d959501b246c393
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 1ecb1fd..cecfab3 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.98 2003/01/05 00:44:24 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.99 2003/01/10 15:03:54 vincentdarley Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -709,7 +709,6 @@ $< install-binaries: @echo Installing to '$(_INSTALLDIR)' - @echo. @echo installing $(TCLLIBNAME) !if "$(TCLLIB)" != "$(TCLIMPLIB)" @$(CPY) "$(TCLLIB)" "$(BIN_INSTALL_DIR)\" |