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.3 by schorsch, Mon Apr 21 07:31:29 2008 UTC vs.
Revision 1.4 by schorsch, Sun Apr 27 17:22:49 2008 UTC

# Line 15 | Line 15 | PROGS = (
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','rtpath','rtio','rtmath',
18 <                        'rtargs','rtcont','rtmem','rterror']+mlib)
18 >                        'rtargs','rtcont','rtmem','rterror','rtproc']+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