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.7 by schorsch, Mon Sep 19 12:32:12 2005 UTC vs.
Revision 1.8 by schorsch, Mon Apr 21 07:31:29 2008 UTC

# Line 24 | Line 24 | PROGS = (
24   ('genbranch',   ['genbranch.c',], []),
25   ('replmarks',   ['replmarks.c',],
26          ['rtproc','rtpath','rtmath','rtio','rterror']),
27 < ('mkillum',     Split('mkillum.c mkillum2.c mkillum3.c'),
28 <    ['rtproc','rtscene','rtpath','rtmath','rtio','rtcont','rterror']),
27 > #('mkillum',     Split('mkillum.c mkillum2.c mkillum3.c'),
28 > #    ['rtproc','rtscene','rtpath','rtmath','rtio','rtcont','rterror']),
29   #('mksource',    ['mksource.c'],
30   #       ['rtio','rtmath','rterror']),
31   ('xform',       ['xform.c',],
# Line 37 | Line 37 | for p in PROGS:
37              source=p[1], LIBS=p[2] + mlib)
38      progs.append(prog)
39  
40 + prog = env.Program(target=os.path.join('$RAD_BUILDBIN', 'mkillum'),
41 +                source=Split('mkillum.c mkillum2.c mkillum3.c mkillum4.c ezxml.c'),
42 +                CPPPATH=env.get('CPPPATH', []) + ['#src/rt'],
43 +                LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc','rtproc',
44 +                'rtpath','rtmath','rtargs','rtio','rtcont','rtmem','rterror']
45 +                + mlib)
46   prog = env.Program(target=os.path.join('$RAD_BUILDBIN', 'mksource'),
47                  source=['mksource.c'],
48                  CPPPATH=env.get('CPPPATH', []) + ['#src/rt'],
49 <                LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc','rtio',
50 <                'rtmath','rtcont','rtmem','rtargs','rtpath','rterror'] + mlib)
49 >                LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc',
50 >                'rtmath','rtcont','rtmem','rtargs','rtio','rtpath','rterror'] + mlib)
51   progs.append(prog)
52  
53   if os.name == 'posix':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines