Changeset 3034 for trunk/external-alma
- Timestamp:
- 04/01/15 10:35:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/SConscript
r2980 r3034 6 6 sources += glob.glob("atnf/pks/pks_maths.cc") 7 7 8 #sources2 = glob.glob("components/SpectralComponents/*.cc")8 sources2 = glob.glob("components/SpectralComponents/*.cc") 9 9 10 10 env.AppendUnique(CPPPATH=[Dir(".").abspath]) 11 11 atnflib=env.Library("atnf", sources) 12 #complib=env.Library("oldcomponents", sources2)12 complib=env.Library("oldcomponents", sources2) 13 13 env.AppendUnique(LIBPATH=[Dir(".").abspath]) 14 env.Prepend(LIBS=["atnf" ])#,"oldcomponents"])14 env.Prepend(LIBS=["atnf","oldcomponents"])
Note:
See TracChangeset
for help on using the changeset viewer.