ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/platform/posix_64.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, rad5R0, rad4R2, rad4R1, rad4R0, rad3R9, rad4R2P1
Changes since 1.4: +1 -0 lines
Log Message:
Scons update for mingw.

File Contents

# Content
1 # platform specific settings for unknown unix (posix) systems
2
3 # If you need to adapt this file for your OS, please make a
4 # copy under the name detected by SCons after checking the
5 # environment. If you send this new file to the Radiance
6 # developers, then they can include it with the next release.
7
8 # where you want everything
9 [install]
10 RAD_BASEDIR: /opt/radiance3.6a
11 RAD_BINDIR: bin
12 RAD_RLIBDIR: share/lib
13 RAD_MANDIR: share/man
14
15 # shouldn't need any changes
16 [build]
17 CCFLAGS: -O
18
19 [debug]
20 CCFLAGS: -g
21
22 # never touch below this
23 [code]
24 RAD_COMPAT: strcmp.c
25 RAD_MATHCOMPAT: erf.c
26 RAD_NETCOMPAT: netproc.c
27 RAD_PROCESS: unix_process.c
28 RAD_PCALLS: raypcalls.c
29 RAD_MLIB: m
30