From: Erwin Janssen Date: Sun, 18 Sep 2016 17:42:41 +0000 (+0200) Subject: Windows: same runtime library option for getopt X-Git-Tag: untagged-4431b9bde391f1b69fe5^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f75641731742ae012cd7322b51a6133dafc4b0e;p=graphviz Windows: same runtime library option for getopt The Release configuration of the getopt library used a different runtime library option than the other projects. This is fixed now. --- diff --git a/windows/getopt/getopt.vcxproj b/windows/getopt/getopt.vcxproj index e7a3bb05d..035f25c6a 100644 --- a/windows/getopt/getopt.vcxproj +++ b/windows/getopt/getopt.vcxproj @@ -98,6 +98,7 @@ MaxSpeed true true + MultiThreaded true