SCons builds and installs the csvdiff program

This commit is contained in:
Ray Speth 2011-12-14 03:52:48 +00:00
parent e2176738cc
commit f9e8d5ca88

View file

@ -5,7 +5,8 @@ localenv = env.Clone()
programs = [('cti2ctml', ['src/cti2ctml.cpp'], ['ctbase']),
('ck2cti', ['src/ck2cti.cpp'], ['converters','ctbase','tpx','ctcxx']),
('fixtext', ['src/fixtext.cpp'] , [])]
('fixtext', ['src/fixtext.cpp'] , []),
('csvdiff', mglob(localenv, 'testtools', 'cpp'), [])]
for name, src, libs in programs:
prog = localenv.Program(target=pjoin('..', 'bin', name),