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