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

Comparing ray/src/px/SConscript (file contents):
Revision 1.9 by schorsch, Fri Nov 5 22:15:43 2004 UTC vs.
Revision 1.10 by schorsch, Mon Nov 8 19:24:46 2004 UTC

# Line 13 | Line 13 | def radlib(name): return os.path.join('$RAD_BUILDLIB',
13   warp3d = env.Object(source="warp3d.c")
14   clrtab = env.Object(source="clrtab.c")
15   neuclrtab = env.Object(source="neuclrtab.c")
16 ciq = env.Object(source="ciq.c")
17 cut = env.Object(source="cut.c")
18 closest = env.Object(source="closest.c")
16  
17   # standard targets
18   PROGS = (
# Line 26 | Line 23 | PROGS = (
23          ['rtpic','rtproc','rtpath','rtio','rtargs','rtmath','rtcont','rtmem','rterror']),
24   ('pfilt',    Split('pfilt.c pf2.c pf3.c'),
25          ['rtlamps','rtpic','rtio','rtpath','rtargs','rtmath']),
26 + ('pcwarp',   ['pcwarp.c', warp3d],      
27 +        ['rtpic','rtio','rtcont','rtmem','rterror']),
28   ('pvalue',   ['pvalue.c'],    ['rtpic','rtio','rtargs','rtmath']),
29   ('pcompos',  ['pcompos.c'],   ['rtpic','rtproc','rtpath','rtio','rterror']),
30   ('psign',    ['psign.c'],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines