| 21 |  | RTMGFOBJ = Split('''mgf_parser.c mgf_object.c mgf_xf.c mgf_context.c''') | 
| 22 |  | RTCOLOR = Split('''spec_rgb.c''') | 
| 23 |  | RTTMAP = Split('''tonemap.c tmapluv.c tmaptiff.c tmap16bit.c''') + [tmapcolrs] | 
| 24 | < | RTPIC = Split('color.c colrops.c resolu.c image.c bmpfile.c falsecolor.c')+ RTCOLOR + RTTMAP | 
| 24 | > | RTPIC = Split('color.c colrops.c resolu.c image.c bmpfile.c falsecolor.c' | 
| 25 | > | )+ RTCOLOR + RTTMAP | 
| 26 |  |  | 
| 27 |  | RTERROR = Split('''error.c eputs.c wputs.c quit.c''') | 
| 28 | < | RTCONT = Split('''lookup.c savestr.c savqstr.c bsdf.c ccolor.c ccyrgb.c bsdf_m.c bsdf_t.c disk2square.c hilbert.c loadbsdf.c ezxml''') | 
| 28 | < | #RTCONT = Split('''lookup.c savestr.c savqstr.c bsdf.c ezxml getpath.c gethomedir.c paths.c words.c fvect.c multisamp.c mat4.c''') + [getlibpath] | 
| 28 | > | RTCONT = Split('''lookup.c savestr.c savqstr.c bsdf.c ccolor.c ccyrgb.c bsdf_m.c bsdf_t.c disk2square.c hilbert.c loadbsdf.c interp2d.c triangulate.c ezxml''') | 
| 29 |  | RTMATH = Split('''fvect.c invmat4.c linregr.c mat4.c tcos.c urand.c urind.c | 
| 30 |  | zeroes.c dircode.c clip.c multisamp.c plocate.c byteswap.c''' | 
| 31 |  | ) + env.get('RAD_MATHCOMPAT', []) |