--- ray/platform/Darwin_32.cfg 2008/04/21 07:31:28 1.7 +++ ray/platform/Darwin_32.cfg 2016/03/10 01:44:51 1.8 @@ -1,22 +1,22 @@ -# platform specific settings for Max OS X +# platform specific settings for Max OS X, 32 bit # 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] -CC: cc +CC: gcc CPPDEFINES: BSD freebsd -CCFLAGS: -O2 +CCFLAGS: -O2 -m32 [debug] -CC: cc +CC: gcc CPPDEFINES: BSD freebsd -CCFLAGS: -g +CCFLAGS: -g -m32 # never touch below this [code]