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.2 by schorsch, Mon Oct 27 10:35:43 2003 UTC vs.
Revision 1.3 by schorsch, Mon Apr 21 07:31:29 2008 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=['rtproc','rtscene','rtio','rtpath','rtmath',
17 >                        source=p[1], LIBS=['rtproc','rtscene','rtpath','rtio','rtmath',
18                          'rtargs','rtcont','rtmem','rterror']+mlib)
19      Default(prog)
20      env.Append(RAD_BININSTALL=[env.Install(env['RAD_BINDIR'], prog)])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines