diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-26 22:17:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-26 22:17:58 +0100 |
| commit | 4928ece9b10df775ab3003c024f52bdd30d8f591 (patch) | |
| tree | 6a0b3c008c33386e2d2ebae4b9aa59ea83149cee /src/tools/wscript | |
| parent | 466037c8c1cd4bdb07b959b844e83a511b3bfcfa (diff) | |
Implemented but faulty.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 4c4979190..3be2d0eba 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -14,7 +14,6 @@ def build(bld): p.append('playomatic') for t in p: obj = bld(features = 'cxx cxxprogram') - obj.uselib = 'BOOST_THREAD WXWIDGETS' obj.includes = ['..'] obj.use = ['libdvdomatic', 'libdvdomatic-wx'] obj.source = '%s.cc' % t |
