]> granicus.if.org Git - graphviz/commitdiff
Windows: same runtime library option for getopt
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 18 Sep 2016 17:42:41 +0000 (19:42 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Sun, 18 Sep 2016 17:42:41 +0000 (19:42 +0200)
The Release configuration of the getopt library used a different runtime
library option than the other projects. This is fixed now.

windows/getopt/getopt.vcxproj

index e7a3bb05dff4334690d1ff6c526667512972427d..035f25c6a81357f3f6b7fef28510cc12be9847f3 100644 (file)
@@ -98,6 +98,7 @@
       <Optimization>MaxSpeed</Optimization>
       <FunctionLevelLinking>true</FunctionLevelLinking>
       <IntrinsicFunctions>true</IntrinsicFunctions>
+      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     </ClCompile>
     <Link>
       <EnableCOMDATFolding>true</EnableCOMDATFolding>