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.11 by schorsch, Wed Oct 7 22:05:42 2009 UTC vs.
Revision 1.13 by greg, Wed Dec 15 01:40:11 2010 UTC

# Line 8 | Line 8 | mlib = env['RAD_MLIB']
8   # standard targets
9   PROGS = (
10   # name          sources           libs
11 + ('gendaylit',   Split('gendaylit.c sun.c',), ['rtlamps']),
12   ('genbeads',    Split('genbeads.c hermite3.c'),  []),
13   ('genbox',      ['genbox.c',],    []),
14   ('genmarble',   ['genmarble.c',], []),
# Line 57 | Line 58 | Default('#src/gen')
58   env.Install('$RAD_BINDIR', progs)
59  
60   #surf.cal clockface.hex
61 < LIBFILES = Split('illum.cal rev.cal skybright.cal surf.cal glaze1.cal glaze2.cal clockface.hex')
61 > LIBFILES = Split('illum.cal rev.cal skybright.cal glaze1.cal glaze2.cal')
62   env.Append(RAD_RLIBINSTALL=env.Install('$RAD_RLIBDIR', LIBFILES))
63  
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines