diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-30 23:47:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-30 23:47:57 +0100 |
| commit | 9a9d4e014c16be88d72914a9480343445bc785a5 (patch) | |
| tree | 1857fcdd8963d51ac50f1467d9ae81d4d9be5f8e /tools/wscript | |
| parent | 34a25d89b16a33b5f619ae0eaaa03c17f93980af (diff) | |
Various.
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/wscript b/tools/wscript new file mode 100644 index 00000000..665d44b7 --- /dev/null +++ b/tools/wscript @@ -0,0 +1,5 @@ +def build(bld): + obj = bld(features = 'cxx cxxprogram') + obj.use = ['libdcp'] + obj.source = 'dcpdiff.cc' + obj.target = 'dcpdiff' |
