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.10 by schorsch, Tue Dec 23 15:03:59 2008 UTC vs.
Revision 1.11 by schorsch, Wed Oct 7 22:05:42 2009 UTC

# Line 21 | Line 21 | RTTMAP = Split('''tonemap.c tmapluv.c tmaptiff.c tmap1
21   RTPIC = Split('color.c colrops.c resolu.c image.c bmpfile.c')+ RTCOLOR + RTTMAP
22  
23   RTERROR = Split('''error.c eputs.c wputs.c quit.c''')
24 < RTCONT = Split('''lookup.c savestr.c savqstr.c''')
24 > RTCONT = Split('''lookup.c savestr.c savqstr.c bsdf.c ezxml.c''')
25   RTMATH = Split('''fvect.c invmat4.c linregr.c mat4.c tcos.c urand.c urind.c
26                  zeroes.c dircode.c clip.c multisamp.c plocate.c byteswap.c'''
27                  ) + env.get('RAD_MATHCOMPAT', [])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines