| # | Line 18 | Line 18 | RTSCENE = Split('''cone.c face.c free_os.c instance.c | |
|---|---|---|
| 18 | ||
| 19 | RTCOLOR = Split('''spec_rgb.c''') | |
| 20 | RTTMAP = Split('''tonemap.c tmapluv.c tmaptiff.c tmap16bit.c''') + [tmapcolrs] | |
| 21 | < | RTPIC = Split('''color.c colrops.c resolu.c image.c''') + RTCOLOR + RTTMAP |
| 21 | > | RTPIC = Split('color.c colrops.c resolu.c image.c bmpfile.c')+ RTCOLOR + RTTMAP |
| 22 | ||
| 23 | RTERROR = Split('''error.c eputs.c wputs.c quit.c''') | |
| 24 | RTCONT = Split('''lookup.c savestr.c savqstr.c''') | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |