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.19 by schorsch, Tue Dec 23 15:04:00 2008 UTC vs.
Revision 1.20 by schorsch, Sat Mar 5 00:29:28 2016 UTC

# Line 124 | Line 124 | if env.has_key('X11LIB'):
124          progs.append(xshowtrace)
125  
126   if os.name == 'posix': # XXX ignoring trad.wsh
127 <        for s in Split('''normpat falsecolor pdfblur pmblur pmdblur pbilat
127 >        for s in Split('''normpat pdfblur pmblur pmdblur pbilat
128                          xyzimage phisto pdelta pgblur ra_pfm ran2tiff'''):
129 <                Default(env.InstallCsh(radbin(s), s + '.csh'))
129 >                Default(env.InstallScript(radbin(s), s + '.csh'))
130 >        for s in Split('''falsecolor'''):
131 >                Default(env.InstallScript(radbin(s), s + '.pl'))
132   # XXX probably needs fixing
133   #else:
134   #       for s in Split('''falsecolor'''):
135 < #               Default(env.InstallCsh(radbin(s), s + '.csh'))
135 > #               Default(env.InstallScript(radbin(s), s + '.pl'))
136   # ignored by Rmakefile: pacuity phisteq psquish pveil vlpic
137  
138   Default('#src/px')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines