diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-04 12:39:53 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-04 12:39:53 +0100 |
commit | 473a1a4a48003e926ebed16f3535f57bfcf371d9 (patch) | |
tree | 5877a388a764dec55eaec1d91d733e3c441efd4c /sot | |
parent | 752f69bad43c86cc18f45b418de25a0f770baa3e (diff) |
gbuild: define NOMINMAX in windows.mk
Diffstat (limited to 'sot')
-rw-r--r-- | sot/Library_sot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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,\ |