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

Comparing ray/src/rt/SConscript (file contents):
Revision 1.6 by schorsch, Thu Oct 21 15:47:13 2004 UTC vs.
Revision 1.7 by schorsch, Fri Nov 5 22:15:43 2004 UTC

# Line 45 | Line 45 | else: rcsrc = Split('raycalls.c raypcalls.c')
45   rclib = env.Library(target=radlib('raycalls'), source=rcsrc)
46   Default(rclib)
47  
48 < fullib=['rttrace','rtscene','rtpic','rtfunc','rtproc','rtio','rtmath','rtargs','rtpath','rtcont','rtmem','rterror']
48 > fullib=['rttrace', 'rtscene', 'rtpic', 'rtfunc', 'rtproc', 'rtio', 'rtmath',
49 >        'rtargs', 'rtpath', 'rtcont', 'rtmem', 'rterror']
50   # build executables
51   lasrc = ['lookamb.c', ambio]
52   lookamb = env.Program(target=radbin('lookamb'), source=lasrc,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines