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.1 by schorsch, Tue Oct 21 19:27:29 2003 UTC vs.
Revision 1.2 by schorsch, Mon Oct 27 10:35:43 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines