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
0db07394
Commit
0db07394
authored
May 13, 2016
by
evoskuil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: msvc configuration options are invalid and/or inconsistent.
parent
01ab149b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
64 additions
and
25 deletions
+64
-25
inproc_lat.props
builds/msvc/vs2015/inproc_lat/inproc_lat.props
+3
-3
inproc_thr.props
builds/msvc/vs2015/inproc_thr/inproc_thr.props
+3
-3
libzmq.import.props
builds/msvc/vs2015/libzmq.import.props
+3
-0
libzmq.import.xml
builds/msvc/vs2015/libzmq.import.xml
+15
-1
libzmq.props
builds/msvc/vs2015/libzmq/libzmq.props
+12
-4
libzmq.xml
builds/msvc/vs2015/libzmq/libzmq.xml
+16
-2
local_lat.props
builds/msvc/vs2015/local_lat/local_lat.props
+3
-3
local_thr.props
builds/msvc/vs2015/local_thr/local_thr.props
+3
-3
remote_lat.props
builds/msvc/vs2015/remote_lat/remote_lat.props
+3
-3
remote_thr.props
builds/msvc/vs2015/remote_thr/remote_thr.props
+3
-3
No files found.
builds/msvc/vs2015/inproc_lat/inproc_lat.props
View file @
0db07394
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
ltcg
</Linkage-libsodium>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
static
</Linkage-libsodium>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
...
...
builds/msvc/vs2015/inproc_thr/inproc_thr.props
View file @
0db07394
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
ltcg
</Linkage-libsodium>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
static
</Linkage-libsodium>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
...
...
builds/msvc/vs2015/libzmq.import.props
View file @
0db07394
...
@@ -15,8 +15,11 @@
...
@@ -15,8 +15,11 @@
<ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<ClCompile>
<PreprocessorDefinitions
Condition=
"'$(Option-tweet)' == 'true'"
>
ZMQ_USE_TWEETNACL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
ZMQ_USE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-draftapi)' == 'true'"
>
ZMQ_BUILD_DRAFT_API;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
...
...
builds/msvc/vs2015/libzmq.import.xml
View file @
0db07394
...
@@ -3,10 +3,19 @@
...
@@ -3,10 +3,19 @@
<Rule
Name=
"libzmq-options-uiextension"
PageTemplate=
"tool"
DisplayName=
"ZMQ Options"
SwitchPrefix=
"/"
Order=
"1"
>
<Rule
Name=
"libzmq-options-uiextension"
PageTemplate=
"tool"
DisplayName=
"ZMQ Options"
SwitchPrefix=
"/"
Order=
"1"
>
<Rule.Categories>
<Rule.Categories>
<Category
Name=
"openpgm"
DisplayName=
"openpgm"
/>
<Category
Name=
"openpgm"
DisplayName=
"openpgm"
/>
<Category
Name=
"sodium"
DisplayName=
"sodium"
/>
</Rule.Categories>
</Rule.Categories>
<Rule.DataSource>
<Rule.DataSource>
<DataSource
Persistence=
"ProjectFile"
ItemType=
""
/>
<DataSource
Persistence=
"ProjectFile"
ItemType=
""
/>
</Rule.DataSource>
</Rule.DataSource>
<EnumProperty
Name=
"Option-tweet"
DisplayName=
"Enable Tweet NaCl"
Description=
"Enable the Tweet NaCl build option"
Category=
"tweet"
>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
<EnumProperty
Name=
"Option-sodium"
DisplayName=
"Enable Sodium"
Description=
"Enable the Sodium build option"
Category=
"sodium"
>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
<EnumProperty
Name=
"Option-openpgm"
DisplayName=
"Enable OpenPGM"
Description=
"Enable the OpenPGM build option"
Category=
"openpgm"
>
<EnumProperty
Name=
"Option-openpgm"
DisplayName=
"Enable OpenPGM"
Description=
"Enable the OpenPGM build option"
Category=
"openpgm"
>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
...
@@ -15,6 +24,10 @@
...
@@ -15,6 +24,10 @@
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
</EnumProperty>
<EnumProperty
Name=
"Option-draftapi"
DisplayName=
"Enable Draft API"
Description=
"Enable Draft API build option"
Category=
"draftapi"
>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
</Rule>
</Rule>
<Rule
Name=
"libzmq-linkage-uiextension"
PageTemplate=
"tool"
DisplayName=
"Local Dependencies"
SwitchPrefix=
"/"
Order=
"1"
>
<Rule
Name=
"libzmq-linkage-uiextension"
PageTemplate=
"tool"
DisplayName=
"Local Dependencies"
SwitchPrefix=
"/"
Order=
"1"
>
<Rule.Categories>
<Rule.Categories>
...
@@ -30,4 +43,4 @@
...
@@ -30,4 +43,4 @@
<EnumValue
Name=
"ltcg"
DisplayName=
"Static using link time compile generation (LTCG)"
/>
<EnumValue
Name=
"ltcg"
DisplayName=
"Static using link time compile generation (LTCG)"
/>
</EnumProperty>
</EnumProperty>
</Rule>
</Rule>
</ProjectSchemaDefinitions>
</ProjectSchemaDefinitions>
\ No newline at end of file
builds/msvc/vs2015/libzmq/libzmq.props
View file @
0db07394
...
@@ -20,8 +20,12 @@
...
@@ -20,8 +20,12 @@
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<EnablePREfast>
false
</EnablePREfast>
<EnablePREfast>
false
</EnablePREfast>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384;ZMQ_USE_SELECT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-tweet)' == 'true'"
>
ZMQ_USE_TWEETNACL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-sodium)' == 'true'"
>
ZMQ_USE_LIBSODIUM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-tweet)' == 'true' Or '$(Option-sodium)' == 'true'"
>
ZMQ_HAVE_CURVE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-openpgm)' == 'true'"
>
ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-gssapi)' == 'true'"
>
HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Option-draftapi)' == 'true'"
>
ZMQ_BUILD_DRAFT_API;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(ConfigurationType)' == 'StaticLibrary'"
>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(ConfigurationType)' == 'StaticLibrary'"
>
ZMQ_STATIC;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(ConfigurationType)' == 'DynamicLibrary'"
>
DLL_EXPORT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(ConfigurationType)' == 'DynamicLibrary'"
>
DLL_EXPORT;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
</ClCompile>
...
@@ -41,24 +45,27 @@
...
@@ -41,24 +45,27 @@
</ImportGroup>
</ImportGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
ltcg
</Linkage-libsodium>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
static
</Linkage-libsodium>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
<Target
Name=
"OptionInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"OptionInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Option-tweet : $(Option-tweet)"
Importance=
"high"
/>
<Message
Text=
"Option-sodium : $(Option-sodium)"
Importance=
"high"
/>
<Message
Text=
"Option-openpgm : $(Option-openpgm)"
Importance=
"high"
/>
<Message
Text=
"Option-openpgm : $(Option-openpgm)"
Importance=
"high"
/>
<Message
Text=
"Option-gssapi : $(Option-gssapi)"
Importance=
"high"
/>
<Message
Text=
"Option-gssapi : $(Option-gssapi)"
Importance=
"high"
/>
<Message
Text=
"Option-draftapi : $(Option-draftapi)"
Importance=
"high"
/>
</Target>
</Target>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Target
Name=
"LinkageInfo"
BeforeTargets=
"PrepareForBuild"
>
<Message
Text=
"Linkage-libsodium : $(Linkage-libsodium)"
Importance=
"high"
Condition=
"'$(
HAVE_LIBSODIUM)'=='1
'"
/>
<Message
Text=
"Linkage-libsodium : $(Linkage-libsodium)"
Importance=
"high"
Condition=
"'$(
Option-sodium)' == 'true
'"
/>
</Target>
</Target>
</Project>
</Project>
\ No newline at end of file
builds/msvc/vs2015/libzmq/libzmq.xml
View file @
0db07394
...
@@ -3,12 +3,21 @@
...
@@ -3,12 +3,21 @@
<Rule
Name=
"libzmq-uiextension"
PageTemplate=
"tool"
DisplayName=
"ZMQ Options"
SwitchPrefix=
"/"
Order=
"1"
>
<Rule
Name=
"libzmq-uiextension"
PageTemplate=
"tool"
DisplayName=
"ZMQ Options"
SwitchPrefix=
"/"
Order=
"1"
>
<Rule.Categories>
<Rule.Categories>
<Category
Name=
"openpgm"
DisplayName=
"openpgm"
/>
<Category
Name=
"openpgm"
DisplayName=
"openpgm"
/>
<Category
Name=
"sodium"
DisplayName=
"sodium"
/>
<Category
Name=
"gssapi"
DisplayName=
"gssapi"
/>
<Category
Name=
"gssapi"
DisplayName=
"gssapi"
/>
</Rule.Categories>
</Rule.Categories>
<Rule.DataSource>
<Rule.DataSource>
<DataSource
Persistence=
"ProjectFile"
ItemType=
""
/>
<DataSource
Persistence=
"ProjectFile"
ItemType=
""
/>
</Rule.DataSource>
</Rule.DataSource>
<EnumProperty
Name=
"Option-openpgm"
DisplayName=
"Enable OpenPGM"
Description=
"Enable the OpenPGM build option"
Category=
"openpgm"
>
<EnumProperty
Name=
"Option-tweet"
DisplayName=
"Enable Tweet NaCl"
Description=
"Enable Tweet NaCl build option (overrides Sodium)"
Category=
"tweet"
>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
<EnumProperty
Name=
"Option-sodium"
DisplayName=
"Enable Sodium"
Description=
"Enable Sodium build option"
Category=
"sodium"
>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
<EnumProperty
Name=
"Option-openpgm"
DisplayName=
"Enable OpenPGM"
Description=
"Enable OpenPGM build option"
Category=
"openpgm"
>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
</EnumProperty>
...
@@ -16,5 +25,9 @@
...
@@ -16,5 +25,9 @@
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
</EnumProperty>
<EnumProperty
Name=
"Option-draftapi"
DisplayName=
"Enable Draft API"
Description=
"Enable Draft API build option"
Category=
"draftapi"
>
<EnumValue
Name=
""
DisplayName=
"No"
/>
<EnumValue
Name=
"true"
DisplayName=
"Yes"
/>
</EnumProperty>
</Rule>
</Rule>
</ProjectSchemaDefinitions>
</ProjectSchemaDefinitions>
\ No newline at end of file
builds/msvc/vs2015/local_lat/local_lat.props
View file @
0db07394
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
ltcg
</Linkage-libsodium>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
static
</Linkage-libsodium>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
...
...
builds/msvc/vs2015/local_thr/local_thr.props
View file @
0db07394
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
ltcg
</Linkage-libsodium>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
static
</Linkage-libsodium>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
...
...
builds/msvc/vs2015/remote_lat/remote_lat.props
View file @
0db07394
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
ltcg
</Linkage-libsodium>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
static
</Linkage-libsodium>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
...
...
builds/msvc/vs2015/remote_thr/remote_thr.props
View file @
0db07394
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'dynamic'"
>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libzmq>
dynamic
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
dynamic
</Linkage-libsodium>
<Linkage-libsodium>
dynamic
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'ltcg'"
>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libzmq>
ltcg
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
ltcg
</Linkage-libsodium>
<Linkage-libsodium>
ltcg
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<PropertyGroup
Condition=
"'$(DefaultLinkage)' == 'static'"
>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libzmq>
static
</Linkage-libzmq>
<Linkage-libsodium
Condition=
"'$(HAVE_LIBSODIUM)'=='1'"
>
static
</Linkage-libsodium>
<Linkage-libsodium>
static
</Linkage-libsodium>
</PropertyGroup>
</PropertyGroup>
<!-- Messages -->
<!-- Messages -->
...
...
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