Change the sense of a test in how the profiler interprets exception events.
[python/dscho.git] / Mac / MPW / buildall
blob5b1794ae72393bd42641a1c63cff0cd8e42e24fd
1 Set Defines             "-d MPW -d HAVE_CONFIG_H"
2 Set Includes    "-i :: -i ::Include -i ::Mac"
3 Set SymOptions  "-sym off"
4 Set ModelOptions "-model far"
5 Set OtherOptions "-warnings off"
6 Set LinkOptions "{SymOptions} {ModelOptions}"
7 Set COptions    "{OtherOptions} {SymOptions} {ModelOptions} {Defines} {Includes}"
8 # For compiling code resources; Restrictions apply
9 Set ResCOptions "{SymOptions} -model near -b {Defines} {Includes} " 
11 Export ResCOptions
12 Export COptions
13 Export LinkOptions
15 # modules with the source in a single sub directory
16 Date
17 Directory {Python}
18 for MODULE in Parser Mac Modules Objects Python 
19         Directory :{MODULE}:
20         Echo "### `Directory`: make {1}"
21         make {1} > makefile.out
22         makefile.out
23         Directory ::
24 end
26 Echo "### `Directory`: make {1}"
27 make {1} > makefile.out
28 makefile.out