mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Modified libzmq project to not copy platform.hpp
This commit is contained in:
parent
d0371dc0f2
commit
649f4b0f24
@ -20,11 +20,8 @@
|
||||
<!-- Configuration -->
|
||||
|
||||
<ItemDefinitionGroup>
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy /c /y $(BuildRoot)platform.hpp $(RepoRoot)src\</Command>
|
||||
</PreBuildEvent>
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<EnablePREfast>false</EnablePREfast>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;FD_SETSIZE=1024;ZMQ_USE_SELECT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
@ -59,10 +56,6 @@
|
||||
|
||||
<!-- Messages -->
|
||||
|
||||
<Target Name="CustomInfo" BeforeTargets="PrepareForBuild">
|
||||
<Message Text="Will copy $(BuildRoot)platform.hpp -> $(RepoRoot)src\platform.hpp" Importance="high"/>
|
||||
</Target>
|
||||
|
||||
<Target Name="OptionInfo" BeforeTargets="PrepareForBuild">
|
||||
<Message Text="Option-openpgm : $(Option-openpgm)" Importance="high"/>
|
||||
<Message Text="Option-sodium : $(Option-sodium)" Importance="high"/>
|
||||
@ -73,4 +66,4 @@
|
||||
<Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high"/>
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
|
@ -113,7 +113,7 @@
|
||||
<ClInclude Include="..\..\..\..\src\pgm_sender.hpp" />
|
||||
<ClInclude Include="..\..\..\..\src\pgm_socket.hpp" />
|
||||
<ClInclude Include="..\..\..\..\src\pipe.hpp" />
|
||||
<ClInclude Include="..\..\..\..\src\platform.hpp" />
|
||||
<ClInclude Include="..\..\platform.hpp" />
|
||||
<ClInclude Include="..\..\..\..\src\poll.hpp" />
|
||||
<ClInclude Include="..\..\..\..\src\poller.hpp" />
|
||||
<ClInclude Include="..\..\..\..\src\poller_base.hpp" />
|
||||
@ -243,4 +243,4 @@
|
||||
<ResourceCompile Include="..\..\resource.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
@ -450,7 +450,7 @@
|
||||
<ClInclude Include="..\..\..\..\src\poll.hpp">
|
||||
<Filter>src\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\src\platform.hpp">
|
||||
<ClInclude Include="..\..\platform.hpp">
|
||||
<Filter>src\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\src\pipe.hpp">
|
||||
|
Loading…
Reference in New Issue
Block a user