Cleanups of the GSSAPI support. On Windows, standard GSS libraries
[u/mdw/putty] / mac / mkputty.mpw
CommitLineData
9aab0005 1# $Id$
2
3Set makefile Makefile.mpw
4
5# Run Make, then execute its output.
6
7Echo "# `Date -t` ----- Analyzing dependencies."
8Begin
9 Echo "Set Echo 1"
10 Make {"Parameters"} -f "{makefile}"
11End > make.out
12Echo "# `Date -t` ----- Executing build commands."
13make.out
14Delete make.out
15Echo "# `Date -t` ----- Done."