Parent Directory
|
Revision Log
PARTIAL WIN32 BUILD SYSTEM AND PORT + bruce, escript build system and library now ported + other no longer necessary directories removed from this branches subversion repository
1 | Import('*') |
2 | |
3 | src_dir = env.Dir('.').srcnode().abspath |
4 | |
5 | import os |
6 | filenames = os.listdir(src_dir) |
7 | headers = [x for x in filenames if os.path.splitext(x)[1] in ['.h']] |
8 | |
9 | include = Dir('CppUnitTest', esys_inc) |
10 | env.Install( include, headers ) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |