Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
d2b5f1f4
Commit
d2b5f1f4
authored
Apr 12, 2013
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #543 from steve-o/vc110_fix
MSVC local_thr & remote_thr dependency fix
parents
a3713cb7
a432ea14
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
86 additions
and
4 deletions
+86
-4
c_local_thr.vcproj
builds/msvc/c_local_thr/c_local_thr.vcproj
+2
-0
c_local_thr.vcxproj
builds/msvc/c_local_thr/c_local_thr.vcxproj
+20
-0
c_local_thr11.vcxproj
builds/msvc/c_local_thr/c_local_thr11.vcxproj
+21
-2
c_remote_thr.vcproj
builds/msvc/c_remote_thr/c_remote_thr.vcproj
+2
-0
c_remote_thr.vcxproj
builds/msvc/c_remote_thr/c_remote_thr.vcxproj
+20
-0
c_remote_thr11.vcxproj
builds/msvc/c_remote_thr/c_remote_thr11.vcxproj
+21
-2
No files found.
builds/msvc/c_local_thr/c_local_thr.vcproj
View file @
d2b5f1f4
...
...
@@ -24,6 +24,7 @@
>
<Tool
Name=
"VCPreBuildEventTool"
CommandLine=
"copy ..\platform.hpp ..\..\..\perf"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
@@ -94,6 +95,7 @@
>
<Tool
Name=
"VCPreBuildEventTool"
CommandLine=
"copy ..\platform.hpp ..\..\..\perf"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
builds/msvc/c_local_thr/c_local_thr.vcxproj
View file @
d2b5f1f4
...
...
@@ -72,6 +72,26 @@
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\perf\local_thr.cpp"
/>
</ItemGroup>
...
...
builds/msvc/c_local_thr/c_local_thr11.vcxproj
View file @
d2b5f1f4
...
...
@@ -76,6 +76,26 @@
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\perf\local_thr.cpp"
/>
</ItemGroup>
...
...
@@ -88,4 +108,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
builds/msvc/c_remote_thr/c_remote_thr.vcproj
View file @
d2b5f1f4
...
...
@@ -24,6 +24,7 @@
>
<Tool
Name=
"VCPreBuildEventTool"
CommandLine=
"copy ..\platform.hpp ..\..\..\perf"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
@@ -94,6 +95,7 @@
>
<Tool
Name=
"VCPreBuildEventTool"
CommandLine=
"copy ..\platform.hpp ..\..\..\perf"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
builds/msvc/c_remote_thr/c_remote_thr.vcxproj
View file @
d2b5f1f4
...
...
@@ -72,6 +72,26 @@
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\perf\remote_thr.cpp"
/>
</ItemGroup>
...
...
builds/msvc/c_remote_thr/c_remote_thr11.vcxproj
View file @
d2b5f1f4
...
...
@@ -76,6 +76,26 @@
<_ProjectFileVersion>
10.0.40219.1
</_ProjectFileVersion>
<CodeAnalysisRuleSet>
AllRules.ruleset
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PreBuildEvent>
<Command>
copy ..\platform.hpp ..\..\..\perf
</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\perf\remote_thr.cpp"
/>
</ItemGroup>
...
...
@@ -88,4 +108,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment