--- ray/src/ot/SConscript 2003/10/21 19:27:29 1.1 +++ ray/src/ot/SConscript 2003/10/27 10:35:43 1.2 @@ -14,7 +14,8 @@ PROGS = ( ) for p in PROGS: prog = env.Program(target=os.path.join(env['RAD_BUILDBIN'], p[0]), - source=p[1], LIBS=['rt'] + mlib) + source=p[1], LIBS=['rtproc','rtscene','rtio','rtpath','rtmath', + 'rtargs','rtcont','rtmem','rterror']+mlib) Default(prog) env.Append(RAD_BININSTALL=[env.Install(env['RAD_BINDIR'], prog)])