source:
trunk/python/SConscript@
1142
Last change on this file since 1142 was 1135, checked in by , 18 years ago | |
---|---|
File size: 189 bytes |
Rev | Line | |
---|---|---|
[1122] | 1 | import glob |
2 | ||
3 | # import root environment | |
[1135] | 4 | Import( "env") |
[1122] | 5 | myenv = env.Copy() |
6 | ||
7 | # gather python files | |
[1135] | 8 | pys = myenv.SGlob("*.py") |
[1122] | 9 | pymods = [] |
10 | for p in pys: | |
[1135] | 11 | myenv.Install(myenv["stage_dir"],p) |
[1122] | 12 |
Note:
See TracBrowser
for help on using the repository browser.