From a0d277345aead40f53ea0aba01166d27b1cc31b3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Dec 2012 12:02:13 +0000 Subject: Use wxwidgets rescomp flags in the hope of fixing 64-bit theming. --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index fc5c80e29..4743165cd 100644 --- a/wscript +++ b/wscript @@ -26,6 +26,9 @@ def configure(conf): if conf.options.target_windows: conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS', '-DWIN32_LEAN_AND_MEAN', '-DBOOST_USE_WINDOWS_H']) + wxrc = os.popen('wx-config --rescomp').read().split()[1:] + print wxrc + conf.env.append_value('WINRCFLAGS', wxrc) if conf.options.enable_debug: conf.env.append_value('CXXFLAGS', ['-mconsole']) conf.env.append_value('LINKFLAGS', ['-mconsole']) -- cgit v1.2.3