X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fwscript;h=19ff17d4e6707f77300f365c5572bf60b7b30f20;hb=692f9e2951a8bf600f95bb0b76c18df71c881504;hp=77fddc09579797fa96781cb98ddd9a217ae9eb85;hpb=b6a6cda147625ccd09738cd338136ea5911a95e8;p=dcpomatic.git diff --git a/src/wx/wscript b/src/wx/wscript index 77fddc095..19ff17d4e 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -39,12 +39,13 @@ sources = """ content_properties_dialog.cc content_sub_panel.cc dcp_panel.cc + editable_list.cc email_dialog.cc image_sequence_dialog.cc + image_subtitle_colour_dialog.cc isdcf_metadata_dialog.cc dir_picker_ctrl.cc - dolby_certificate_panel.cc - doremi_certificate_panel.cc + dolby_doremi_certificate_panel.cc download_certificate_dialog.cc download_certificate_panel.cc file_picker_ctrl.cc @@ -69,20 +70,23 @@ sources = """ preset_colour_conversion_dialog.cc repeat_dialog.cc report_problem_dialog.cc + rgba_colour_picker.cc screen_dialog.cc screens_panel.cc + self_dkdm_dialog.cc server_dialog.cc servers_list_dialog.cc - subtitle_appearance_dialog.cc subtitle_panel.cc subtitle_view.cc system_font_dialog.cc table_dialog.cc + text_subtitle_appearance_dialog.cc timecode.cc timeline.cc timeline_content_view.cc timeline_dialog.cc timeline_audio_content_view.cc + timeline_labels_view.cc timeline_subtitle_content_view.cc timeline_reels_view.cc timeline_time_axis_view.cc @@ -100,7 +104,7 @@ sources = """ def configure(conf): try: wx_config = 'wx-config-3.0-gtk2' - conf.check_cfg(msg='Checking for wxWidgets', + conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0-gtk2', package='', path=wx_config, args='--cppflags --cxxflags --libs std,richtext', @@ -108,7 +112,7 @@ def configure(conf): mandatory=True) except: wx_config = 'wx-config' - conf.check_cfg(msg='Checking for wxWidgets', + conf.check_cfg(msg='Checking for wxWidgets using wx-config', package='', path=wx_config, args='--cppflags --cxxflags --libs std,richtext', @@ -160,7 +164,7 @@ def build(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') + i18n.pot(os.path.join('src', 'wx'), sources + " editable_list.h content_widget.h", 'libdcpomatic-wx') def pot_merge(bld): i18n.pot_merge(os.path.join('src', 'wx'), 'libdcpomatic-wx')