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.20 by schorsch, Fri Mar 18 22:54:22 2016 UTC vs.
Revision 1.22 by greg, Thu Jul 14 17:32:12 2016 UTC

# Line 51 | Line 51 | librtrad = env.StaticLibrary(target=radlib('rtrad'),
51   MGF = Split('''mgf_parser.c mgf_object.c mgf_xf.c mgf_context.c''')
52   libmgf = env.StaticLibrary(target=radlib('mgf'), source=MGF)
53  
54 < REETZ = Split('g3affine.c g3flist.c g3sphere.c g3vector.c gbasic.c maxheap.c')
54 > REETZ = Split('g3affine.c g3flist.c g3sphere.c g3vector.c gbasic.c maxheap.c muc_randvar.c')
55   libreetz = env.StaticLibrary(target=radlib('reetz'), source=REETZ)
56  
57   LIBFILES = Split('tmesh.cal')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines