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.13 by greg, Wed Jun 2 15:58:30 2010 UTC vs.
Revision 1.14 by greg, Wed Dec 15 01:40:11 2010 UTC

# Line 33 | Line 33 | RTIO = Split('''fdate.c fgetline.c fgetval.c fgetword.
33                  portio.c wordfile.c words.c header.c timegm.c''')
34   RTARGS = Split('''badarg.c expandarg.c''') + env.get('RAD_ARGSCOMPAT', [])
35   RTPATH = Split('''getpath.c gethomedir.c paths.c''') + [getlibpath]
36 < RTLAMPS = Split('''fropen.c rexpr.c lamps.c''')
36 > RTLAMPS = Split('''fropen.c rexpr.c lamps.c''') + [getlibpath]
37  
38   RTPROC = Split('''process.c''') + env.get('RAD_PROCESS', [])
39  
# Line 47 | Line 47 | STD = (RTERROR + RTPATH +  RTARGS + RTIO + RTMATH + RT
47   ALL = RTSCENE + RTPIC + STD + RTNET
48  
49   # build libraries
50 + rtall = env.StaticLibrary(target=radlib('rtall'), source=ALL)
51 +
52   rtscene = env.StaticLibrary(target=radlib('rtscene'), source=RTSCENE)
53  
54   rterror = env.StaticLibrary(target=radlib('rterror'), source=RTERROR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines