- Timestamp:
- 08/14/06 15:59:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SConscript
r1121 r1135 2 2 3 3 # import root environment 4 Import( "env" , "SGlob")4 Import( "env") 5 5 myenv = env.Copy() 6 6 7 7 # gather cpp files 8 cpps = SGlob("*.cpp")9 pycpps = SGlob("python_*.cpp")8 cpps = env.SGlob("*.cpp") 9 pycpps = env.SGlob("python_*.cpp") 10 10 for pf in pycpps: cpps.remove(pf) 11 11
Note:
See TracChangeset
for help on using the changeset viewer.