Revision: | 1.1 |
Committed: | Tue Oct 21 19:27:28 2003 UTC (20 years, 11 months ago) by schorsch |
Branch: | MAIN |
Log Message: | Checking in experimental SCons build environment. |
# | Content |
---|---|
1 | # platform specific settings for Irix 3.x |
2 | # XXX do we really still support this? |
3 | |
4 | # where you want everything |
5 | [install] |
6 | RAD_BASEDIR: /opt/radiance3.6a |
7 | RAD_BINDIR: bin |
8 | RAD_RLIBDIR: share/lib |
9 | RAD_MANDIR: share/man |
10 | |
11 | # shouldn't need any changes |
12 | [build] |
13 | CCFLAGS: -O |
14 | |
15 | # never touch below this |
16 | [code] |
17 | RAD_SPEED: -DSPEED=80 |
18 | RAD_COMPAT: bmalloc.c strcmp.c |
19 | RAD_MLIB: m |
20 |