Parent Directory
|
Revision Log
|
Patch
revision 220 by phornby, Thu Nov 24 08:21:21 2005 UTC | revision 221 by phornby, Thu Nov 24 11:23:33 2005 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | Import('*') | Import('*') |
2 | ||
3 | src_dir = env.Dir('.').srcnode().abspath | src_dir = env.Dir('.').srcnode().abspath |
4 | ||
5 | import os | import os |
6 | filenames = os.listdir(src_dir) | filenames = os.listdir(src_dir) |
7 | headers = [x for x in filenames if os.path.splitext(x)[1] in ['.h']] | headers = [x for x in filenames if os.path.splitext(x)[1] in ['.h']] |
include = Dir('CppUnitTest', esys_inc) | ||
env.Install( include, headers ) | ||
8 | ||
9 | include = Dir('CppUnitTest', esys_inc) | |
10 | env.Install( include, headers ) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |