ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/SConscript
(Generate patch)

Comparing ray/src/common/SConscript (file contents):
Revision 1.15 by greg, Fri Apr 15 21:52:16 2011 UTC vs.
Revision 1.16 by schorsch, Sat Mar 5 00:29:28 2016 UTC

# Line 21 | Line 21 | RTSCENE = Split('''cone.c face.c free_os.c instance.c
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', [])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines