| # | Line 51 | Line 51 | librtrad = env.StaticLibrary(target=radlib('rtrad'), | |
|---|---|---|
| 51 | MGF = Split('''mgf_parser.c mgf_object.c mgf_xf.c mgf_context.c''') | |
| 52 | libmgf = env.StaticLibrary(target=radlib('mgf'), source=MGF) | |
| 53 | ||
| 54 | < | REETZ = Split('g3affine.c g3flist.c g3sphere.c g3vector.c gbasic.c maxheap.c') | 
| 54 | > | REETZ = Split('g3affine.c g3flist.c g3sphere.c g3vector.c gbasic.c maxheap.c muc_randvar.c') | 
| 55 | libreetz = env.StaticLibrary(target=radlib('reetz'), source=REETZ) | |
| 56 | ||
| 57 | LIBFILES = Split('tmesh.cal') | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |