diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-27 21:30:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-27 21:30:14 +0100 |
| commit | da69de105291b480992ff628ea9a6a004fd1487c (patch) | |
| tree | c90a1b90a7dd39ef43f8d4d66e446448b3f28a6e /wscript | |
| parent | 129f044a0a5d4ca4d9964839efde6ab4f26e6dd0 (diff) | |
Tweak for windows.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_VERSION="%s"' % VERSION]) if conf.options.target_windows: - conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS']) + conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS', '-DWIN32_LEAN_AND_MEAN']) conf.options.disable_player = True conf.check(lib = 'ws2_32', uselib_store = 'WINSOCK2', msg = "Checking for library winsock2") boost_lib_suffix = '-mt' |
