From 3d4faebe28da789a9083e6a2cc0b345df6c17306 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 Jul 2012 03:22:16 +0100 Subject: Some vague sort of progress. --- src/tools/wscript | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/tools/wscript') diff --git a/src/tools/wscript b/src/tools/wscript index b3e523ba5..4c4979190 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -8,14 +8,15 @@ def build(bld): obj.target = t if not bld.env.DISABLE_GUI: - p = ['dvdomatic', 'alignomatic'] +# p = ['dvdomatic', 'alignomatic'] + p = ['dvdomatic'] if not bld.env.DISABLE_PLAYER: p.append('playomatic') for t in p: obj = bld(features = 'cxx cxxprogram') - obj.uselib = 'BOOST_THREAD GTKMM' + obj.uselib = 'BOOST_THREAD WXWIDGETS' obj.includes = ['..'] - obj.use = ['libdvdomatic', 'libdvdomatic-gtk'] + obj.use = ['libdvdomatic', 'libdvdomatic-wx'] obj.source = '%s.cc' % t if bld.env.TARGET_WINDOWS: obj.source += ' ../../windows/icon.rc' -- cgit v1.2.3