Commit 2deb2e09 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #457 from mjasperse/patch-1

Update builds/msvc/libzmq/libzmq.vcproj
parents cdd7cd10 1e60d17a
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
OutputFile="../../../lib/libzmq.dll" OutputFile="../../../lib/libzmq.dll"
GenerateDebugInformation="true" GenerateDebugInformation="true"
TargetMachine="1" TargetMachine="1"
LinkDLL="true"
/> />
<Tool <Tool
Name="VCALinkTool" Name="VCALinkTool"
...@@ -138,6 +139,7 @@ ...@@ -138,6 +139,7 @@
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
TargetMachine="1" TargetMachine="1"
LinkDLL="true"
/> />
<Tool <Tool
Name="VCALinkTool" Name="VCALinkTool"
...@@ -215,6 +217,7 @@ ...@@ -215,6 +217,7 @@
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
TargetMachine="1" TargetMachine="1"
LinkDLL="true"
/> />
<Tool <Tool
Name="VCALinkTool" Name="VCALinkTool"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment