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.7 by schorsch, Thu Oct 21 15:47:13 2004 UTC vs.
Revision 1.8 by schorsch, Sat Oct 23 18:55:53 2004 UTC

# Line 89 | Line 89 | if os.name == 'posix': # XXX ignoring trad.wsh
89          for s in Split('''objview objline objpict
90                          glare dayfact debugcal rlux raddepend compamb vinfo genambpos'''):
91                  Default(env.InstallCsh(radbin(s), s + '.csh'))
92 + # Those don't really work yet
93 + #else:
94 + #       for s in Split('''objview glare rlux '''):
95 + #               prog = env.Program(target=radbin(s), source=s+'.c')
96 + #               progs.append(prog)
97  
98   Default('#src/util')
99   env.Install('$RAD_BINDIR', progs)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines