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

Comparing ray/src/gen/SConscript (file contents):
Revision 1.4 by schorsch, Thu Oct 21 15:47:12 2004 UTC vs.
Revision 1.5 by schorsch, Sat Oct 23 18:55:52 2004 UTC

# Line 14 | Line 14 | PROGS = (
14   ('gensky',      Split('gensky.c sun.c',), []),
15   ('genblinds',   ['genblinds.c',], []),
16   ('genprism',    ['genprism.c',],  []),
17 < ('genrev',      ['genrev.c',],    ['rterror','rtfunc','rtcont','rtmem']),
17 > ('genrev',      ['genrev.c',],    ['rtfunc','rtcont','rtmem','rtio','rterror']),
18   ('gencatenary', ['gencat.c',],    []),
19 < ('genworm',     ['genworm.c',],   ['rtfunc','rtmem','rtcont','rtmath']),
20 < ('gensurf',     ['gensurf.c',],   ['rtfunc','rtmem','rtcont','rtmath','rtio']),
19 > ('genworm',     ['genworm.c',],
20 >        ['rtfunc','rtmem','rtcont','rtmath','rtio','rterror']),
21 > ('gensurf',     ['gensurf.c',],
22 >        ['rtfunc','rtmem','rtcont','rtmath','rtio','rterror']),
23   ('genclock',    ['genclock.c',],  []),
24   ('genbranch',   ['genbranch.c',], []),
25   ('replmarks',   ['replmarks.c',],
26          ['rtproc','rtpath','rtmath','rtio','rterror']),
27   ('mkillum',     Split('mkillum.c mkillum2.c mkillum3.c'),
28 <    ['rtscene','rtproc','rtpath','rtmath','rtio','rtcont','rterror']),
28 >    ['rtproc','rtscene','rtpath','rtmath','rtio','rtcont','rterror']),
29   ('xform',       ['xform.c',],
30      ['rtproc','rtscene','rtmath','rtargs','rtio','rtcont','rtpath','rterror']),
31   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines