summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-03 17:45:54 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-03 17:45:54 +0100
commit4ebbe02a6d45f77ccba8c11855c3a3d6d19429aa (patch)
tree96aadb3f411fa5186fb9c73251b57a84b9331ea8
parent2574dcae69f0086a2b43b4b8e22109e022552ab5 (diff)
Re-add WIN32_LEAN_AND_MEAN for the asdcplib build.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e214b5a..c153675 100644
--- a/wscript
+++ b/wscript
@@ -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 = ''