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.6 by schorsch, Mon Sep 12 14:44:09 2005 UTC vs.
Revision 1.7 by schorsch, Tue Jun 6 22:30:07 2006 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')
54 > LIBFILES = Split('source.cal tilt.cal lamp.tab window.cal')
55   env.Append(RAD_RLIBINSTALL=env.Install(env['RAD_RLIBDIR'], LIBFILES))
56  
57 <
57 > if os.name == 'posix':
58 >        for s in Split('''optics2rad'''):
59 >                Default(env.InstallCsh(radbin(s), s + '.csh'))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines