| # | 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) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |