ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/platform/irix3.cfg
Revision: 1.5
Committed: Mon Apr 21 07:31:28 2008 UTC (15 years, 11 months ago) by schorsch
Branch: MAIN
CVS Tags: rad4R2P2, rad4R2P1, rad4R2, rad4R1, rad4R0, rad3R9, rad5R0
Changes since 1.4: +1 -0 lines
Log Message:
Scons update for mingw.

File Contents

# 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 [debug]
16 CCFLAGS: -g
17
18 # never touch below this
19 [code]
20 RAD_COMPAT: strcmp.c
21 RAD_NETCOMPAT: netproc.c
22 RAD_PROCESS: unix_process.c
23 RAD_PCALLS: raypcalls.c
24 RAD_MLIB: m
25