ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/platform/irix3.cfg
Revision: 1.3
Committed: Wed Feb 2 00:17:35 2005 UTC (19 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R7P2, rad3R7P1
Changes since 1.2: +1 -1 lines
Log Message:
Turned bmalloc.c into a standard module.

File Contents

# User Rev Content
1 schorsch 1.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 schorsch 1.2 [debug]
16     CCFLAGS: -g
17    
18 schorsch 1.1 # never touch below this
19     [code]
20     RAD_SPEED: -DSPEED=80
21 schorsch 1.2 RAD_COMPAT: strcmp.c
22 schorsch 1.3 RAD_MEMCOMPAT:
23 schorsch 1.1 RAD_MLIB: m
24