/[escript]/branches/RW_WIN32/tools/CppUnitTest/inc/CppUnitTest/Sconscript
ViewVC logotype

Contents of /branches/RW_WIN32/tools/CppUnitTest/inc/CppUnitTest/Sconscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 209 - (show annotations)
Wed Nov 23 06:32:25 2005 UTC (17 years, 4 months ago) by robwdcock
File size: 242 byte(s)
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