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.2 by schorsch, Mon Oct 27 10:35:42 2003 UTC vs.
Revision 1.3 by schorsch, Sat Nov 15 17:54:06 2003 UTC

# Line 41 | Line 41 | PROGS = [
41   ('rad2mgf',   ['rad2mgf.c'],
42          ['rtproc', 'rtpath', # for win_popen()
43      'rtscene','rtio','rtcolor','rtcont','rtmem','rterror'] + mlib),
44 ('mgf2meta',  ['mgf2meta.c'],
45    ['meta','rtmath','rtcont','rtmem','rterror','mgf'] + mlib),
44   ]
45   for p in PROGS:
46          prog = env.Program(target=radbin(p[0]), source=p[1], LIBS=p[2])
47          Default(prog)
48          env.Append(RAD_BININSTALL=[env.Install(env['RAD_BINDIR'], prog)])
49 +
50 + # meta targets
51 + prog = env.Program(target=radbin('mgf2meta'), source=['mgf2meta.c'],
52 +                CPPPATH=env.get('CPPPATH', []) + [os.path.join('#src','meta')],
53 +                LIBS=['meta','rtmath','rtcont','rtmem','rterror','mgf'] + mlib)
54  
55   LIBFILES = Split('source.cal tilt.cal')# lamp.tab')
56   env.Append(RAD_RLIBINSTALL=env.Install(env['RAD_RLIBDIR'], LIBFILES))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines