summaryrefslogtreecommitdiff
path: root/tools/wscript
blob: 052d47f6684407e0f8c47b8a12a1c6ac87a1a27f (plain)
1
2
3
4
5
6
def build(bld):
    obj = bld(features='cxx cxxprogram')
    obj.use = ['libsub-1.0']
    obj.uselib = 'OPENJPEG DCP CXML ASDCPLIB_CTH BOOST_FILESYSTEM BOOST_REGEX'
    obj.source = 'dumpsubs.cc'
    obj.target = 'dumpsubs'