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.14 by greg, Wed Dec 15 21:51:46 2010 UTC vs.
Revision 1.15 by schorsch, Sat Mar 5 00:29:28 2016 UTC

# Line 45 | Line 45 | prog = env.Program(target=os.path.join('$RAD_BUILDBIN'
45                  source=Split('mkillum.c mkillum2.c mkillum3.c'),
46                  CPPPATH=env.get('CPPPATH', []) + ['#src/rt'],
47                  LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc','rtproc',
48 <                'rtpath','rtmath','rtargs','rtio','rtcont','rtmem','rterror']
48 >                'rtnet','rtpath','rtmath','rtargs','rtio','rtcont','rtmem','rterror']
49                  + mlib)
50   progs.append(prog)
51   prog = env.Program(target=os.path.join('$RAD_BUILDBIN', 'mksource'),
52                  source=['mksource.c'],
53                  CPPPATH=env.get('CPPPATH', []) + ['#src/rt'],
54 <                LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc','rtproc',
54 >                LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc','rtproc','rtnet',
55                  'rtmath','rtcont','rtmem','rtargs','rtio','rtpath','rterror'] + mlib)
56   progs.append(prog)
57  
58   if os.name == 'posix':
59 <        Default(env.InstallCsh(os.path.join('$RAD_BUILDBIN', 'glaze'), 'glaze.csh'))
59 >        Default(env.InstallScript(os.path.join('$RAD_BUILDBIN', 'glaze'), 'glaze.csh'))
60  
61   Default('#src/gen')
62   env.Install('$RAD_BINDIR', progs)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines