projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5293aa6
)
Windows: same runtime library option for getopt
author
Erwin Janssen
<erwinjanssen@outlook.com>
Sun, 18 Sep 2016 17:42:41 +0000
(19:42 +0200)
committer
Erwin 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
patch
|
blob
|
history
diff --git
a/windows/getopt/getopt.vcxproj
b/windows/getopt/getopt.vcxproj
index e7a3bb05dff4334690d1ff6c526667512972427d..035f25c6a81357f3f6b7fef28510cc12be9847f3 100644
(file)
--- a/
windows/getopt/getopt.vcxproj
+++ b/
windows/getopt/getopt.vcxproj
@@
-98,6
+98,7
@@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>