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

Comparing ray/src/ot/SConscript (file contents):
Revision 1.7 by schorsch, Sun Mar 6 01:13:17 2016 UTC vs.
Revision 1.8 by schorsch, Thu Mar 10 21:43:23 2016 UTC

# Line 17 | Line 17 | PROGS = (
17   )
18   for p in PROGS:
19      prog = env.Program(target=os.path.join(env['RAD_BUILDBIN'], p[0]),
20 <                        source=p[1], LIBS=['rtproc','rtscene','rtpath','rtio','rtmath',
21 <                        'rtargs','rtcont','rtmem','rterror','rtproc']+p[2]+mlib)
20 >                        source=p[1], LIBS=['rtrad']+p[2]+mlib)
21      Default(prog)
22      env.Append(RAD_BININSTALL=[env.Install(env['RAD_BINDIR'], prog)])
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines