Finally add support for building Mac resource forks. This adds a new kind
[u/mdw/putty] / mac / mkputty.mpw
CommitLineData
b374e443 1# $Id: mkputty.mpw,v 1.2 2002/12/29 19:11:40 ben Exp $
2b34c09c 2
3Set makefile Makefile.mpw
4
5# Run Make, then execute its output.
6
2b34c09c 7Echo "# `Date -t` ----- Analyzing dependencies."
8Begin
9 Echo "Set Echo 1"
10 Make "{program}" {"Parameters"} -f "{makefile}"
b374e443 11End > make.out
2b34c09c 12Echo "# `Date -t` ----- Executing build commands."
b374e443 13make.out
14Delete make.out
2b34c09c 15Echo "# `Date -t` ----- Done."