| # | Line 60 | Line 60 | rtlamps = env.StaticLibrary(target=radlib('rtlamps'), | |
|---|---|---|
| 60 | rtpic = env.StaticLibrary(target=radlib('rtpic'), source=RTPIC) | |
| 61 | rtnet = env.StaticLibrary(target=radlib('rtnet'), source=RTNET) | |
| 62 | ||
| 63 | < | #librt = env.StaticLibrary(target=radlib('rt'), source=ALL) |
| 64 | < | #Default(librt) |
| 63 | > | #librtrad = env.StaticLibrary(target=radlib('rtrad'), source=ALL) |
| 64 | > | #Default(librtrad) |
| 65 | ||
| 66 | LIBFILES = Split('tmesh.cal') | |
| 67 | env.Append(RAD_RLIBINSTALL=env.Install(env['RAD_RLIBDIR'], LIBFILES)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |