mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-14 02:57:47 +01:00
Problem: commit a464eec7
really broke VS2015 builds
Took me over 8 hours to track down the cause of bizarre link errors when building with libsodium. The VS project files are not simple things. Note to self and other maintainers: when someone is obviously out of their depth, do not merge their changes to build scripts without cynical appraisal. Solution: undo the damage.
This commit is contained in:
parent
c5bf0dc0a4
commit
86aa7bb1bc
@ -66,14 +66,6 @@
|
|||||||
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
|
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
|
||||||
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
|
|
||||||
<Linkage-libsodium />
|
|
||||||
<Option-sodium />
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
|
|
||||||
<Linkage-libsodium />
|
|
||||||
<Option-sodium />
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\platform.hpp" />
|
<ClInclude Include="..\..\platform.hpp" />
|
||||||
<ClInclude Include="..\..\resource.h" />
|
<ClInclude Include="..\..\resource.h" />
|
||||||
|
Loading…
Reference in New Issue
Block a user