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.15 by schorsch, Sat Mar 5 00:29:28 2016 UTC vs.
Revision 1.16 by schorsch, Sat Mar 5 13:24:58 2016 UTC

# Line 12 | Line 12 | sun = env.Object(source="sun.c")
12   PROGS = (
13   # name          sources           libs
14   ('gendaylit',   Split('gendaylit.c',)+[sun], ['rtlamps']),
15 + ('gendaymtx',   Split('gendaymtx.c',)+[sun],
16 +    ['rtproc','rtscene','rtmath','rtargs','rtio','rtcont','rtpath','rterror',mlib]),
17   ('genbeads',    Split('genbeads.c hermite3.c'),  []),
18   ('genbox',      ['genbox.c',],    []),
19   ('genmarble',   ['genmarble.c',], []),
# Line 28 | Line 30 | PROGS = (
30   ('genbranch',   ['genbranch.c',], []),
31   ('replmarks',   ['replmarks.c',],
32          ['rtproc','rtpath','rtmath','rtio','rterror']),
31 #('mkillum',     Split('mkillum.c mkillum2.c mkillum3.c'),
32 #    ['rtproc','rtscene','rtpath','rtmath','rtio','rtcont','rterror']),
33 #('mksource',    ['mksource.c'],
34 #       ['rtio','rtmath','rterror']),
33   ('xform',       ['xform.c',],
34      ['rtproc','rtscene','rtmath','rtargs','rtio','rtcont','rtpath','rterror']),
35   )
# Line 62 | Line 60 | Default('#src/gen')
60   env.Install('$RAD_BINDIR', progs)
61  
62   #surf.cal clockface.hex
63 < LIBFILES = Split('illum.cal rev.cal skybright.cal glaze1.cal glaze2.cal perezlum.cal coeff_perez.dat defangle.dat')
63 > LIBFILES = Split('''illum.cal rev.cal skybright.cal glaze1.cal glaze2.cal
64 >                perezlum.cal coeff_perez.dat defangle.dat''')
65   env.Append(RAD_RLIBINSTALL=env.Install('$RAD_RLIBDIR', LIBFILES))
66  
67 <
67 > # vim: set syntax=python:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines