diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-03 12:02:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-03 12:02:13 +0000 |
| commit | a0d277345aead40f53ea0aba01166d27b1cc31b3 (patch) | |
| tree | 538cf2b326d2f6eace583990cea68035ea315122 /wscript | |
| parent | d968824110c032494b31f04cdb2551324e737bde (diff) | |
Use wxwidgets rescomp flags in the hope of fixing 64-bit theming.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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']) |
