Update builds/msvc/libzmq/libzmq.vcproj

Without the LinkDLL statement, command-line compile using vcbuild attempts to compile EXE and complains about entrypoint
The LinkDLL statement forces the linker to produce desired output
This commit is contained in:
mjasperse 2012-11-02 11:29:46 +11:00
parent cdd7cd10c9
commit 1e60d17a23

View File

@ -64,6 +64,7 @@
OutputFile="../../../lib/libzmq.dll"
GenerateDebugInformation="true"
TargetMachine="1"
LinkDLL="true"
/>
<Tool
Name="VCALinkTool"
@ -138,6 +139,7 @@
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
LinkDLL="true"
/>
<Tool
Name="VCALinkTool"
@ -215,6 +217,7 @@
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
LinkDLL="true"
/>
<Tool
Name="VCALinkTool"