1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-13 09:07:33 -05:00

This file needs to have CR line endings for MPW to be happy with it.

[originally from svn r5254]
This commit is contained in:
Simon Tatham
2005-02-05 14:39:22 +00:00
parent 0c90b55556
commit 17f484ae66

View File

@ -1,15 +1 @@
# $Id: mkputty.mpw,v 1.3 2002/12/30 15:41:52 ben Exp $
Set makefile Makefile.mpw
# Run Make, then execute its output.
Echo "# `Date -t` ----- Analyzing dependencies."
Begin
Echo "Set Echo 1"
Make {"Parameters"} -f "{makefile}"
End > make.out
Echo "# `Date -t` ----- Executing build commands."
make.out
Delete make.out
Echo "# `Date -t` ----- Done."
# $Id$