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

Comparing ray/src/hd/SConscript (file contents):
Revision 1.4 by schorsch, Mon Nov 8 19:24:46 2004 UTC vs.
Revision 1.5 by schorsch, Mon Sep 19 12:37:46 2005 UTC

# Line 9 | Line 9 | mlib = env['RAD_MLIB']
9   viewbeams = env.Object(source='viewbeams.c')
10   holo = env.Object(source='holo.c')
11   holofile = env.Object(source='holofile.c')
12 + clumpbeams = env.Object(source='clumpbeams.c')
13   Version = env.Object(source='../rt/Version.c') # XXX ../rt/not_nice
14  
15  
# Line 19 | Line 20 | PROGS = (
20          ['rtpic','rtio','rtproc','rtpath','rtargs','rtmath','rtmem','rterror']),
21   ('rhpict', Split('rhpict.c rhpict2.c')+[Version, holofile, holo, viewbeams],
22          ['rtpic','rtio','rtproc','rtargs','rtmath','rtmem','rterror']),
23 < ('rhcopy', Split('rhcopy.c clumpbeams.c') + [holofile, holo],
23 > ('rhcopy', Split('rhcopy.c') + [clumpbeams, holofile, holo],
24          ['rtpic','rtio','rtproc','rtargs','rtmath','rtmem','rterror']),
25   ('rhinfo', Split('rhinfo.c') + [holofile, holo],
26 +        ['rtio','rtproc', 'rtmath','rterror']),
27 + ('rhoptimize', Split('rhoptimize.c') + [clumpbeams, holofile, holo],
28          ['rtio','rtproc', 'rtmath','rterror']),
29   ('genrhgrid', Split('genrhgrid.c') + [holofile, holo],
30   ['rtio','rtmath','rtproc','rterror']),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines