diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 10:55:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 10:55:22 +0100 |
| commit | 8771c1f7b00ab0fb5c252adaa437d753155b7c18 (patch) | |
| tree | f1f4c6109c1b64c795a05ff2a6188f246028e767 /tools/wscript | |
| parent | 91e1e17b4c9771e00b48d9fcc0dcbe2bdfa94c17 (diff) | |
Rename Font -> FontAsset; add dcpdumpsub tool.
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/wscript b/tools/wscript index 10389eac..26474fc8 100644 --- a/tools/wscript +++ b/tools/wscript @@ -11,3 +11,9 @@ def build(bld): obj.source = 'dcpinfo.cc common.cc' obj.target = 'dcpinfo' + obj = bld(features = 'cxx cxxprogram') + obj.use = ['libdcp%s' % bld.env.API_VERSION] + obj.uselib = 'OPENJPEG CXML' + obj.source = 'dcpdumpsub.cc' + obj.target = 'dcpdumpsub' + |
