ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/SConscript
(Generate patch)

Comparing ray/src/common/SConscript (file contents):
Revision 1.16 by schorsch, Sat Mar 5 00:29:28 2016 UTC vs.
Revision 1.17 by schorsch, Sat Mar 5 13:24:58 2016 UTC

# Line 32 | Line 32 | RTMATH = Split('''fvect.c invmat4.c linregr.c mat4.c t
32   RTFUNC = Split('''biggerlib.c caldefn.c calexpr.c calfunc.c calprnt.c
33                  chanvalue.c''')
34   RTIO = Split('''fdate.c fgetline.c fgetval.c fgetword.c fputword.c loadvars.c
35 <                portio.c wordfile.c words.c header.c timegm.c''')
35 >                portio.c wordfile.c words.c header.c timegm.c cvtcmd.c''')
36   RTARGS = Split('''badarg.c expandarg.c''') + env.get('RAD_ARGSCOMPAT', [])
37   RTPATH = Split('''getpath.c gethomedir.c paths.c''') + [getlibpath]
38   RTLAMPS = Split('''fropen.c rexpr.c lamps.c''')+ [getlibpath]
39 + REETZ = Split('''g3affine.c g3flist.c g3sphere.c g3vector.c gbasic.c
40 +                maxheap.c''')
41  
42   RTPROC = Split('''process.c''') + env.get('RAD_PROCESS', [])
43  
# Line 62 | Line 64 | rtfunc = env.StaticLibrary(target=radlib('rtfunc'), so
64   rtproc = env.StaticLibrary(target=radlib('rtproc'), source=RTPROC)
65   rtcolor = env.StaticLibrary(target=radlib('rtcolor'), source=RTCOLOR)
66   rtlamps = env.StaticLibrary(target=radlib('rtlamps'), source=RTLAMPS)
67 + reetz = env.StaticLibrary(target=radlib('reetz'), source=REETZ)
68   rtpic = env.StaticLibrary(target=radlib('rtpic'), source=RTPIC)
69   rtnet = env.StaticLibrary(target=radlib('rtnet'), source=RTNET)
70   # librtdummy is needed, because addobjnotify has different sizes depending
# Line 84 | Line 87 | if env.has_key('OGL'):
87                          CPPPATH=oglincl)
88          Default(librgl)
89  
90 + # vim: set syntax=python:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines