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

Comparing ray/src/cv/SConscript (file contents):
Revision 1.8 by schorsch, Wed Jun 7 17:52:03 2006 UTC vs.
Revision 1.9 by greg, Fri Jul 9 15:24:44 2010 UTC

# Line 51 | Line 51 | prog = env.Program(target=rbin('mgf2meta'), source=['m
51                  CPPPATH=env.get('CPPPATH', []) + [os.path.join('#src','meta')],
52                  LIBS=['meta','rtmath','rtcont','rtmem','rterror','mgf'] + mlib)
53  
54 < LIBFILES = Split('source.cal tilt.cal lamp.tab window.cal')
54 > LIBFILES = Split('source.cal tilt.cal window.cal')
55   env.Append(RAD_RLIBINSTALL=env.Install(env['RAD_RLIBDIR'], LIBFILES))
56  
57   if os.name == 'posix':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines