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.7 by schorsch, Tue Jun 6 22:30:07 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':
58          for s in Split('''optics2rad'''):
59 <                Default(env.InstallCsh(radbin(s), s + '.csh'))
59 >                Default(env.InstallCsh(rbin(s), s + '.csh'))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines