| # | Line 15 | Line 15 | PROGS = ( | |
|---|---|---|
| 15 | for p in PROGS: | |
| 16 | prog = env.Program(target=os.path.join(env['RAD_BUILDBIN'], p[0]), | |
| 17 | source=p[1], LIBS=['rtproc','rtscene','rtpath','rtio','rtmath', | |
| 18 | < | 'rtargs','rtcont','rtmem','rterror']+mlib) | 
| 18 | > | 'rtargs','rtcont','rtmem','rterror','rtproc']+mlib) | 
| 19 | Default(prog) | |
| 20 | env.Append(RAD_BININSTALL=[env.Install(env['RAD_BINDIR'], prog)]) | |
| 21 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |