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

Comparing ray/src/cal/SConscript (file contents):
Revision 1.4 by schorsch, Mon Apr 21 07:31:28 2008 UTC vs.
Revision 1.5 by schorsch, Sat Mar 5 00:29:28 2016 UTC

# Line 7 | Line 7 | mlib = env['RAD_MLIB']
7   # standard targets
8   PROGS = (
9   # name     sources             libs
10 < ('icalc',  Split('calc.c'),    ['rtfunc','rtmem','rtcont'] + mlib),
10 > ('icalc',  Split('calc.c'),    ['rtfunc','rtmem','rtcont','rtpath'] + mlib),
11   ('ev',     Split('ev.c'),      ['rtfunc','rtmem','rtcont'] + mlib),
12 < ('rcalc',  Split('rcalc.c'),   ['rtfunc','rtmem','rtcont','rtmath'] + mlib),
12 > ('rcalc',  Split('rcalc.c'),   ['rtfunc','rtmem','rtcont','rtmath','rtpath'] + mlib),
13   ('total',  Split('total.c'),   mlib),
14   ('cnt',    Split('cnt.c'),     []),
15   ('neaten', Split('neat.c'),    []),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines