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

Comparing ray/src/gen/SConscript (file contents):
Revision 1.9 by schorsch, Thu Apr 24 10:28:25 2008 UTC vs.
Revision 1.10 by schorsch, Sun Apr 27 17:22:48 2008 UTC

# Line 49 | Line 49 | prog = env.Program(target=os.path.join('$RAD_BUILDBIN'
49   prog = env.Program(target=os.path.join('$RAD_BUILDBIN', 'mksource'),
50                  source=['mksource.c'],
51                  CPPPATH=env.get('CPPPATH', []) + ['#src/rt'],
52 <                LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc',
52 >                LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc','rtproc',
53                  'rtmath','rtcont','rtmem','rtargs','rtio','rtpath','rterror'] + mlib)
54   progs.append(prog)
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines