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
78ada21e
Commit
78ada21e
authored
Jun 05, 2014
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1073 from evoskuil/master
VS set switch /Z7 in debug static (DebugLIB/DebugLTCG) base props.
parents
4b543e2c
f1111ceb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
6 deletions
+11
-6
DebugLIB.props
builds/msvc/properties/DebugLIB.props
+1
-0
DebugLTCG.props
builds/msvc/properties/DebugLTCG.props
+1
-0
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+3
-2
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+3
-2
libzmq.vcxproj
builds/msvc/vs2013/libzmq/libzmq.vcxproj
+3
-2
No files found.
builds/msvc/properties/DebugLIB.props
View file @
78ada21e
...
...
@@ -12,6 +12,7 @@
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>
OldStyle
</DebugInformationFormat>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
<LinkIncremental>
true
</LinkIncremental>
</ClCompile>
...
...
builds/msvc/properties/DebugLTCG.props
View file @
78ada21e
...
...
@@ -12,6 +12,7 @@
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>
OldStyle
</DebugInformationFormat>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
78ada21e
...
...
@@ -58,7 +58,7 @@
<PropertyGroup
Label=
"Configuration"
>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) == -1"
>
StaticLibrary
</ConfigurationType>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
...
...
@@ -243,4 +243,4 @@
<ResourceCompile
Include=
"..\..\resource.rc"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
</Project>
</Project>
\ No newline at end of file
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
78ada21e
...
...
@@ -58,7 +58,7 @@
<PropertyGroup
Label=
"Configuration"
>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) == -1"
>
StaticLibrary
</ConfigurationType>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
...
...
@@ -243,4 +243,4 @@
<ResourceCompile
Include=
"..\..\resource.rc"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
</Project>
</Project>
\ No newline at end of file
builds/msvc/vs2013/libzmq/libzmq.vcxproj
View file @
78ada21e
...
...
@@ -58,7 +58,7 @@
<PropertyGroup
Label=
"Configuration"
>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) == -1"
>
StaticLibrary
</ConfigurationType>
<ConfigurationType
Condition=
"$(Configuration.IndexOf('DLL')) != -1"
>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"PropertySheets"
>
...
...
@@ -243,4 +243,4 @@
<ResourceCompile
Include=
"..\..\resource.rc"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
</Project>
</Project>
\ No newline at end of file
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