| # | Line 51 | Line 51 | prog = env.Program(target=rbin('mgf2meta'), source=['m | |
|---|---|---|
| 51 | CPPPATH=env.get('CPPPATH', []) + [os.path.join('#src','meta')], | |
| 52 | LIBS=['meta','rtmath','rtcont','rtmem','rterror','mgf'] + mlib) | |
| 53 | ||
| 54 | < | LIBFILES = Split('source.cal tilt.cal lamp.tab window.cal') |
| 54 | > | LIBFILES = Split('source.cal tilt.cal window.cal') |
| 55 | env.Append(RAD_RLIBINSTALL=env.Install(env['RAD_RLIBDIR'], LIBFILES)) | |
| 56 | ||
| 57 | if os.name == 'posix': | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |