From 473a1a4a48003e926ebed16f3535f57bfcf371d9 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 4 Jan 2012 12:39:53 +0100 Subject: gbuild: define NOMINMAX in windows.mk --- sot/Library_sot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk index 1c008a132466..cc5271d1d33f 100644 --- a/sot/Library_sot.mk +++ b/sot/Library_sot.mk @@ -42,7 +42,7 @@ $(eval $(call gb_Library_add_api,sot,\ )) $(eval $(call gb_Library_add_defs,sot,\ - -DSOT_DLLIMPLEMENTATION -DNOMINMAX\ + -DSOT_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_linked_libs,sot,\ -- cgit