- Timestamp:
- 08/05/14 13:47:53 (10 years ago)
- Location:
- trunk/external-alma
- Files:
-
- 45 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/SConscript
r1330 r2980 5 5 sources += glob.glob("atnf/PKSIO/*.cc") 6 6 sources += glob.glob("atnf/pks/pks_maths.cc") 7 #atnflib= env.SConscript("atnf/SConscript") 7 8 #sources2 = glob.glob("components/SpectralComponents/*.cc") 9 8 10 env.AppendUnique(CPPPATH=[Dir(".").abspath]) 9 11 atnflib=env.Library("atnf", sources) 12 #complib=env.Library("oldcomponents", sources2) 10 13 env.AppendUnique(LIBPATH=[Dir(".").abspath]) 11 env.Prepend(LIBS=["atnf"]) 14 env.Prepend(LIBS=["atnf"])#,"oldcomponents"])
Note:
See TracChangeset
for help on using the changeset viewer.