# | 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') |
54 | > | LIBFILES = Split('source.cal tilt.cal window.cal') |
55 | env.Append(RAD_RLIBINSTALL=env.Install(env['RAD_RLIBDIR'], LIBFILES)) | |
56 | ||
57 | < | |
57 | > | if os.name == 'posix': |
58 | > | for s in Split('''optics2rad'''): |
59 | > | Default(env.InstallCsh(rbin(s), s + '.csh')) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |