--- ray/src/rt/SConscript 2004/10/21 15:47:13 1.6 +++ ray/src/rt/SConscript 2004/11/05 22:15:43 1.7 @@ -45,7 +45,8 @@ else: rcsrc = Split('raycalls.c raypcalls.c') rclib = env.Library(target=radlib('raycalls'), source=rcsrc) Default(rclib) -fullib=['rttrace','rtscene','rtpic','rtfunc','rtproc','rtio','rtmath','rtargs','rtpath','rtcont','rtmem','rterror'] +fullib=['rttrace', 'rtscene', 'rtpic', 'rtfunc', 'rtproc', 'rtio', 'rtmath', + 'rtargs', 'rtpath', 'rtcont', 'rtmem', 'rterror'] # build executables lasrc = ['lookamb.c', ambio] lookamb = env.Program(target=radbin('lookamb'), source=lasrc,