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

Comparing ray/src/util/SConscript (file contents):
Revision 1.18 by greg, Wed Dec 15 01:40:11 2010 UTC vs.
Revision 1.19 by schorsch, Sat Mar 5 00:29:28 2016 UTC

# Line 25 | Line 25 | PROGS = [
25   ('ranimate',  ['ranimate.c', '$RAD_NETCOMPAT'],
26          ['rtpic','rtargs','rtio','rtproc','rtcont','rtmem','rtpath','rtmath',
27          'rtnet','rterror','$RAD_SOCKETLIB']),
28 < ('rtcontrib', ['rtcontrib.c', Version],
29 <        ['rtpic','rtargs','rtfunc','rtio','rtproc','rtcont','rtmem','rtpath',
30 <        'rtmath','rtnet','rterror','$RAD_SOCKETLIB']),
31 < ('dctimestep', ['dctimestep.c'],
28 > ('dctimestep', Split('dctimestep.c cmbsdf.c cmatrix.c'),
29          ['rtall'])
30   ]
31  
# Line 43 | Line 40 | if True: # experimental raypwin.c
40          ranimove = env.Program(target=radbin('ranimove'), source=rs,
41                          CPPPATH=env.get('CPPPATH', [])+ ['#src/rt'],
42                          LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc','rtmath',
43 <                        'rtcont','rtmem','rtargs','rtio','rtproc','rtpath','rterror']
43 >                        'rtnet','rtcont','rtmem','rtargs','rtio','rtproc','rtpath','rterror']
44                          + mlib)
45          progs.append(ranimove)
46          rsensor = env.Program(target=radbin('rsensor'), source='rsensor.c',
47                          CPPPATH=env.get('CPPPATH', [])+ ['#src/rt'],
48                          LIBS=['raycalls','rttrace','rtscene','rtpic','rtfunc','rtmath',
49                          'rtcont','rtmem','rtargs','rtio','rtpath','rterror','rtproc',
50 <                        'rtlamps'] + mlib)
50 >                        'rtnet','rtlamps'] + mlib)
51          progs.append(rsensor)
52  
53   getinfo = env.Program(target=radbin('getinfo'), source='getinfo.c',
# Line 75 | Line 72 | if env.has_key('X11LIB'):
72                          LIBPATH=xlibp, CPPPATH=xincl,
73                          LIBS=['rgl','rtpic','rtscene','rtproc','rtpath','rtargs','rtio',
74                          'rtmath','rtcont','rtmem','rterror','rtdummy',
75 <                        'GL', 'GLU','X11'],)
75 >                        'GL', 'GLU','X11'] + mlib,)
76                  progs.append(glrad)
77  
78   if os.name == 'posix': # XXX ignoring trad.wsh
79          for s in Split('''objview objline objpict glare dayfact
80                          debugcal rlux raddepend compamb vinfo genambpos fieldcomb'''):
81 <                Default(env.InstallCsh(radbin(s), s + '.csh'))
81 >                Default(env.InstallScript(radbin(s), s + '.csh'))
82   # Those don't really work yet
83   #else:
84   #       for s in Split('''objview glare rlux '''):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines