--- ray/platform/posix_64.cfg 2005/02/02 00:17:35 1.3 +++ ray/platform/posix_64.cfg 2016/03/10 01:44:51 1.6 @@ -1,4 +1,4 @@ -# platform specific settings for unknown unix (posix) systems +# platform specific settings for unknown unix (posix) systems, 64 bit # If you need to adapt this file for your OS, please make a # copy under the name detected by SCons after checking the @@ -7,23 +7,24 @@ # where you want everything [install] -RAD_BASEDIR: /opt/radiance3.6a +RAD_BASEDIR: /opt/radiance RAD_BINDIR: bin RAD_RLIBDIR: share/lib RAD_MANDIR: share/man # shouldn't need any changes [build] -CCFLAGS: -O +CCFLAGS: -O -m32 [debug] -CCFLAGS: -g +CCFLAGS: -g -m32 # never touch below this [code] -RAD_SPEED: -DSPEED=200 RAD_COMPAT: strcmp.c RAD_MATHCOMPAT: erf.c -RAD_MEMCOMPAT: +RAD_NETCOMPAT: netproc.c +RAD_PROCESS: unix_process.c +RAD_PCALLS: raypcalls.c RAD_MLIB: m