diff options
author | davygrvy <davygrvy@noemail.net> | 2002-03-05 19:37:34 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@noemail.net> | 2002-03-05 19:37:34 (GMT) |
commit | 45d2585fddfe9164bdb00b9803199f481f729d00 (patch) | |
tree | b177d631dc4aed44ee201c880da3080ce6f4dc76 /unix/Makefile.in | |
parent | 67457e4da9efddf2ab25c3b867120d72a8297ec2 (diff) | |
download | tcl-45d2585fddfe9164bdb00b9803199f481f729d00.zip tcl-45d2585fddfe9164bdb00b9803199f481f729d00.tar.gz tcl-45d2585fddfe9164bdb00b9803199f481f729d00.tar.bz2 |
Also added the MSVC++ project files to dist target. I prefer not to use them,
but people might find them convenient.
FossilOrigin-Name: 039f3c5619521f4c3c708aa7e18764d6f08778fb
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 347e191..e3f5b5e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.96 2002/03/05 18:47:58 davygrvy Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.97 2002/03/05 19:37:35 davygrvy Exp $ VERSION = @TCL_VERSION@ @@ -1234,6 +1234,8 @@ dist: $(UNIX_DIR)/configure mklinks $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/coffbase.txt cp -p $(TOP_DIR)/win/tcl.hpj.in $(DISTDIR)/win $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/tcl.hpj.in + cp -p $(TOP_DIR)/win/tcl.ds* $(DISTDIR)/win + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/tcl.ds* cp -p $(TOP_DIR)/win/README $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/mac |