diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-18 14:22:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-18 14:22:19 +0100 |
| commit | 821908d2773d0ba9dd76126f1dbbb9759ba7c4ff (patch) | |
| tree | 8bef42bee1061ae474a9127b5e77bdcf5504dc71 /src/wx/wscript | |
| parent | 16fee74d60a2da1beb11e3aa4f3305e68978d88a (diff) | |
Make 2.0 branch parallel installable with 1.x.
Diffstat (limited to 'src/wx/wscript')
| -rw-r--r-- | src/wx/wscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/wscript b/src/wx/wscript index 719496ae7..bb1a1b76f 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -85,16 +85,16 @@ def build(bld): else: obj = bld(features = 'cxx cxxshlib') - obj.name = 'libdcpomatic-wx' + obj.name = 'libdcpomatic2-wx' obj.export_includes = ['..'] obj.uselib = 'WXWIDGETS DCP' if bld.env.TARGET_LINUX: obj.uselib += ' GTK' - obj.use = 'libdcpomatic' + obj.use = 'libdcpomatic2' obj.source = sources - obj.target = 'dcpomatic-wx' + obj.target = 'dcpomatic2-wx' - i18n.po_to_mo(os.path.join('src', 'wx'), 'libdcpomatic-wx', bld) + i18n.po_to_mo(os.path.join('src', 'wx'), 'libdcpomatic2-wx', bld) def pot(bld): i18n.pot(os.path.join('src', 'wx'), sources + " editable_list.h", 'libdcpomatic-wx') |
