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

Comparing ray/src/px/SConscript (file contents):
Revision 1.7 by schorsch, Thu Oct 21 15:47:12 2004 UTC vs.
Revision 1.8 by schorsch, Sat Oct 23 18:55:52 2004 UTC

# Line 50 | Line 50 | PROGS = (
50   ('ra_avs',   ['ra_avs.c'],    ['rtpic','rtio','rtmem']),
51   ('ra_ps',    ['ra_ps.c'],     ['rtpic','rtio','rtargs','rtmem']),
52   ('ra_ppm',   ['ra_ppm.c'],    ['rtpic','rtio','rtmem']),
53 < ('ra_bmp',   ['ra_bmp.c'],    ['rtpic','rtio','rtmem']),
53 > ('ra_bmp',   ['ra_bmp.c'],    ['rtpic','rtproc','rtio','rtmem']),
54   ('ra_t8',    ['ra_t8.c', clrtab, neuclrtab], ['rtpic','rtio','rtmem']),
55   ('ra_t16',   ['ra_t16.c'],    ['rtpic','rtio','rtmem']),
56   ('ra_bn',    ['ra_bn.c'],     ['rtpic','rtio','rtmem']),
# Line 116 | Line 116 | if os.name == 'posix':
116  
117   # pixar format requires extra lib
118   if env.has_key('PIXAR_LIB'):
119 <    ra_pixar = env.Program(radbin('ra_pixar'), source='ra_pixar.c',
119 >    ra_pixar = env.Program(radbin('ra_pixar'), source=['ra_pixar.c'],
120          LIBS=['rtpic', '$PIXAR_LIB'])
121      progs.append(ra_pixar)
122  
# Line 152 | Line 152 | if os.name == 'posix': # XXX ignoring trad.wsh
152          for s in Split('''normpat falsecolor pdfblur
153                          pmblur xyzimage phisto pdelta pgblur'''):
154                  Default(env.InstallCsh(radbin(s), s + '.csh'))
155 + # XXX probably needs fixing
156 + #else:
157 + #       for s in Split('''falsecolor'''):
158 + #               Default(env.InstallCsh(radbin(s), s + '.csh'))
159  
160   Default('#src/px')
161   env.Install('$RAD_BINDIR', progs)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines