| # | Line 45 | Line 45 | else: rcsrc = Split('raycalls.c raypcalls.c') | |
|---|---|---|
| 45 | rclib = env.Library(target=radlib('raycalls'), source=rcsrc) | |
| 46 | Default(rclib) | |
| 47 | ||
| 48 | < | fullib=['rttrace','rtscene','rtpic','rtfunc','rtproc','rtio','rtmath','rtargs','rtpath','rtcont','rtmem','rterror'] |
| 48 | > | fullib=['rttrace', 'rtscene', 'rtpic', 'rtfunc', 'rtproc', 'rtio', 'rtmath', |
| 49 | > | 'rtargs', 'rtpath', 'rtcont', 'rtmem', 'rterror'] |
| 50 | # build executables | |
| 51 | lasrc = ['lookamb.c', ambio] | |
| 52 | lookamb = env.Program(target=radbin('lookamb'), source=lasrc, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |