- Timestamp:
- 08/04/06 10:07:05 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SConscript
r1105 r1109 5 5 myenv = env.Copy() 6 6 7 7 # gather cpp files 8 8 cpps = SGlob("*.cpp") 9 9 pycpps = SGlob("python_*.cpp") 10 10 for pf in pycpps: cpps.remove(pf) 11 print cpps12 11 13 12 casalibd = os.path.join(myenv['CASAROOT'],myenv['CASAARCH'],'lib')
Note:
See TracChangeset
for help on using the changeset viewer.