diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-03 17:45:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-03 17:45:54 +0100 |
| commit | 4ebbe02a6d45f77ccba8c11855c3a3d6d19429aa (patch) | |
| tree | 96aadb3f411fa5186fb9c73251b57a84b9331ea8 | |
| parent | 2574dcae69f0086a2b43b4b8e22109e022552ab5 (diff) | |
Re-add WIN32_LEAN_AND_MEAN for the asdcplib build.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ def configure(conf): def build(bld): if bld.env.TARGET_WINDOWS: boost_lib_suffix = '-mt' - flags = '-DKM_WIN32' + flags = '-DKM_WIN32 -DWIN32_LEAN_AND_MEAN' else: boost_lib_suffix = '' flags = '' |
