--- ray/platform/posix_64.cfg 2003/10/27 10:35:41 1.2 +++ ray/platform/posix_64.cfg 2016/03/10 18:56:34 1.8 @@ -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 -m64 [debug] -CCFLAGS: -g +CCFLAGS: -g -m64 # never touch below this [code] -RAD_SPEED: -DSPEED=200 RAD_COMPAT: strcmp.c -RAD_MATHCOMPAT: erf.c -RAD_MEMCOMPAT: bmalloc.c +#RAD_MATHCOMPAT: erf.c +RAD_NETCOMPAT: netproc.c +RAD_PROCESS: unix_process.c +RAD_PCALLS: raypcalls.c RAD_MLIB: m