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.12 by schorsch, Thu Oct 22 20:39:14 2009 UTC vs.
Revision 1.13 by greg, Wed Jun 2 15:58:30 2010 UTC

# Line 30 | Line 30 | RTMATH = Split('''fvect.c invmat4.c linregr.c mat4.c t
30   RTFUNC = Split('''biggerlib.c caldefn.c calexpr.c calfunc.c calprnt.c
31                  chanvalue.c''')
32   RTIO = Split('''fdate.c fgetline.c fgetval.c fgetword.c fputword.c loadvars.c
33 <                portio.c wordfile.c words.c header.c''')
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''')
# Line 44 | Line 44 | RTDUMMY = Split('addobjnotify.c')
44   STD = (RTERROR + RTPATH +  RTARGS + RTIO + RTMATH + RTCONT + RTMEM +
45                  RTFUNC + RTPROC + RTLAMPS)
46  
47 < ALL = RTSCENE + RTPIC + STD + RTNET + env.get('RAD_COMPAT',[])
47 > ALL = RTSCENE + RTPIC + STD + RTNET
48  
49   # build libraries
50   rtscene = env.StaticLibrary(target=radlib('rtscene'), source=RTSCENE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines