[zeromq-dev] CZMQ Build on Windows.
Riskybiz
riskybizlive at live.com
Fri Oct 10 22:13:57 CEST 2014
Just a little feedback.
Finally, at last, I've been able to build CZMQ on Windows. Had to configure
both projects in the CZMQ solution with 'include' and 'linker' instructions
pointing at relevant zeromq-4.0.4 folders on my machine. The Visual Studio
2013 solution files worked well except for this from the file:
libzmq.import.props
<Copy Condition="$(Configuration.IndexOf('Release')) != -1"
<!--
SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\
$(PlatformToolset)\dynamic\libzmq.dll" --> THIS LINE COULD NOT FIND
libzmq.dll
SourceFiles="C:\zeromq-4.0.4\bin\Win32\libzmq.dll" SO I USED THIS
INSTEAD; WHICH WORKED
DestinationFiles="$(TargetDir)libzmq.dll"
SkipUnchangedFiles="true" />
Riskybiz.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20141010/e8908145/attachment.htm>
More information about the zeromq-dev
mailing list