Changeset 1443 for trunk/SConstruct


Ignore:
Timestamp:
09/01/08 11:54:04 (16 years ago)
Author:
Malte Marquarding
Message:

Fix ticket #127; still have to add class header hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r1433 r1443  
    9898                                               "include", "casacore"))
    9999    if not conf.CheckLib("casa_casa", language='c++'): Exit(1)
    100     conf.env.PrependUnique(LIBS=["casa_ms", "casa_components",
     100    conf.env.PrependUnique(LIBS=["casa_images", "casa_ms", "casa_components",
    101101                                 "casa_coordinates", "casa_lattices",
    102102                                 "casa_fits", "casa_measures", "casa_scimath",
Note: See TracChangeset for help on using the changeset viewer.