Changeset 2825 for branches/plotter2/src/SConscript
- Timestamp:
- 07/26/13 20:58:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plotter2/src/SConscript
r2643 r2825 7 7 # gather cpp files 8 8 cpps = env.SGlob("*.cpp") 9 cpps.remove("Plotter2.cpp") 9 10 pycpps = env.SGlob("python_*.cpp") 10 11 for pf in pycpps: 11 12 cpps.remove(pf) 13 pycpps.remove("python_Plotter2.cpp") 12 14 13 15 # location of libcasav.a
Note:
See TracChangeset
for help on using the changeset viewer.