mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +01:00
Modified libzmq project to not copy platform.hpp
This commit is contained in:
parent
d0371dc0f2
commit
649f4b0f24
@ -20,11 +20,8 @@
|
|||||||
<!-- Configuration -->
|
<!-- Configuration -->
|
||||||
|
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<PreBuildEvent>
|
|
||||||
<Command>xcopy /c /y $(BuildRoot)platform.hpp $(RepoRoot)src\</Command>
|
|
||||||
</PreBuildEvent>
|
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
<EnablePREfast>false</EnablePREfast>
|
<EnablePREfast>false</EnablePREfast>
|
||||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;FD_SETSIZE=1024;ZMQ_USE_SELECT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;FD_SETSIZE=1024;ZMQ_USE_SELECT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
@ -59,10 +56,6 @@
|
|||||||
|
|
||||||
<!-- Messages -->
|
<!-- 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">
|
<Target Name="OptionInfo" BeforeTargets="PrepareForBuild">
|
||||||
<Message Text="Option-openpgm : $(Option-openpgm)" Importance="high"/>
|
<Message Text="Option-openpgm : $(Option-openpgm)" Importance="high"/>
|
||||||
<Message Text="Option-sodium : $(Option-sodium)" Importance="high"/>
|
<Message Text="Option-sodium : $(Option-sodium)" Importance="high"/>
|
||||||
|
@ -113,7 +113,7 @@
|
|||||||
<ClInclude Include="..\..\..\..\src\pgm_sender.hpp" />
|
<ClInclude Include="..\..\..\..\src\pgm_sender.hpp" />
|
||||||
<ClInclude Include="..\..\..\..\src\pgm_socket.hpp" />
|
<ClInclude Include="..\..\..\..\src\pgm_socket.hpp" />
|
||||||
<ClInclude Include="..\..\..\..\src\pipe.hpp" />
|
<ClInclude Include="..\..\..\..\src\pipe.hpp" />
|
||||||
<ClInclude Include="..\..\..\..\src\platform.hpp" />
|
<ClInclude Include="..\..\platform.hpp" />
|
||||||
<ClInclude Include="..\..\..\..\src\poll.hpp" />
|
<ClInclude Include="..\..\..\..\src\poll.hpp" />
|
||||||
<ClInclude Include="..\..\..\..\src\poller.hpp" />
|
<ClInclude Include="..\..\..\..\src\poller.hpp" />
|
||||||
<ClInclude Include="..\..\..\..\src\poller_base.hpp" />
|
<ClInclude Include="..\..\..\..\src\poller_base.hpp" />
|
||||||
|
@ -450,7 +450,7 @@
|
|||||||
<ClInclude Include="..\..\..\..\src\poll.hpp">
|
<ClInclude Include="..\..\..\..\src\poll.hpp">
|
||||||
<Filter>src\include</Filter>
|
<Filter>src\include</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\..\..\src\platform.hpp">
|
<ClInclude Include="..\..\platform.hpp">
|
||||||
<Filter>src\include</Filter>
|
<Filter>src\include</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\..\..\src\pipe.hpp">
|
<ClInclude Include="..\..\..\..\src\pipe.hpp">
|
||||||
|
Loading…
Reference in New Issue
Block a user