source: trunk/binutils/mpw-build.in@ 3609

Last change on this file since 3609 was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 5.0 KB
Line 
1# Top-level script fragment to build everything for MPW.
2
3Set savedir "`Directory`"
4
5#Set Echo 1
6
7Set ThisScript "{0}"
8
9Set objdir ":"
10
11Set verify 0
12
13Set BuildTarget "none"
14
15# Parse arguments.
16
17Loop
18 Break If {#} == 0
19 If "{BuildTarget}" =~ /none/
20 Set BuildTarget "{1}"
21 Else
22 Echo Only one build target allowed, ignoring "{1}"