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

Comparing ray/src/util/SConscript (file contents):
Revision 1.10 by schorsch, Mon Nov 8 19:24:46 2004 UTC vs.
Revision 1.11 by schorsch, Wed Sep 14 09:28:35 2005 UTC

# Line 31 | Line 31 | else:
31          netlib = []
32  
33   PROGS.append(('ranimate',  ['ranimate.c', netproc],
34 <        ['rtpic','rtargs','rtio','rtcont','rtmem','rtpath','rtmath','rtnet','rterror'] + netlib))
34 >        ['rtpic','rtargs','rtio','rtcont','rtmem','rtpath','rtmath',
35 >        'rtnet','$RAD_SOCKETLIB','rterror'] + netlib))
36   for p in PROGS:
37          prog = env.Program(target=radbin(p[0]), source=p[1], LIBS=p[2]+mlib)
38          progs.append(prog)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines