mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-03 23:47:12 +02:00
Update WIP discord and some vendors.
CPR has features disabled and PCRE is fully disabled until updated to new code.
This commit is contained in:
10
vendor/ZMQ/packaging/nuget/package.gsl
vendored
10
vendor/ZMQ/packaging/nuget/package.gsl
vendored
@ -19,15 +19,15 @@
|
||||
<title>$(package.id)</title>
|
||||
<authors>libzmq contributors</authors>
|
||||
<owners>Eric Voskuil</owners>
|
||||
<licenseUrl>https://raw.github.com/zeromq/libzmq/master/COPYING.LESSER</licenseUrl>
|
||||
<licenseUrl>https://raw.github.com/zeromq/libzmq/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/zeromq/libzmq</projectUrl>
|
||||
<iconUrl>https://avatars1.githubusercontent.com/u/109777?s=32</iconUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<developmentDependency>false</developmentDependency>
|
||||
<description>The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.</description>
|
||||
<summary>The 0MQ lightweight messaging kernel, with tweetnacl integrated, packaged for specific Visual Studio compiler.</summary>
|
||||
<summary>The 0MQ lightweight messaging kernel, packaged for specific Visual Studio compiler.</summary>
|
||||
<releaseNotes>https://raw.github.com/zeromq/libzmq/master/NEWS</releaseNotes>
|
||||
<copyright>GNU Lesser GPL v3</copyright>
|
||||
<copyright>MPL-2.0</copyright>
|
||||
<tags>native, libzmq, zmq, 0MQ, messaging, sockets, C++</tags>
|
||||
<dependencies>
|
||||
.for dependency
|
||||
@ -125,8 +125,6 @@
|
||||
<!-- general -->
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<!-- ZMQ_USE_TWEETNACL defined in packaged builds and must be defined for package consumer. -->
|
||||
<PreprocessorDefinitions>ZMQ_USE_TWEETNACL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>$\(MSBuildThisFileDirectory)include\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
@ -261,4 +259,4 @@
|
||||
<EnumValue Name="ltcg" DisplayName="Static using link time compile generation (LTCG)" />
|
||||
</EnumProperty>
|
||||
</Rule>
|
||||
</ProjectSchemaDefinitions>
|
||||
</ProjectSchemaDefinitions>
|
||||
|
6
vendor/ZMQ/packaging/nuget/package.nuspec
vendored
6
vendor/ZMQ/packaging/nuget/package.nuspec
vendored
@ -11,15 +11,15 @@
|
||||
<title>libzmq-vc142</title>
|
||||
<authors>libzmq contributors</authors>
|
||||
<owners>Eric Voskuil</owners>
|
||||
<licenseUrl>https://raw.github.com/zeromq/libzmq/master/COPYING.LESSER</licenseUrl>
|
||||
<licenseUrl>https://raw.github.com/zeromq/libzmq/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/zeromq/libzmq</projectUrl>
|
||||
<iconUrl>https://avatars1.githubusercontent.com/u/109777?s=32</iconUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<developmentDependency>false</developmentDependency>
|
||||
<description>The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.</description>
|
||||
<summary>The 0MQ lightweight messaging kernel, with tweetnacl integrated, packaged for specific Visual Studio compiler.</summary>
|
||||
<summary>The 0MQ lightweight messaging kernel, packaged for specific Visual Studio compiler.</summary>
|
||||
<releaseNotes>https://raw.github.com/zeromq/libzmq/master/NEWS</releaseNotes>
|
||||
<copyright>GNU Lesser GPL v3</copyright>
|
||||
<copyright>MPL-2.0</copyright>
|
||||
<tags>native, libzmq, zmq, 0MQ, messaging, sockets, C++</tags>
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
|
2
vendor/ZMQ/packaging/nuget/package.targets
vendored
2
vendor/ZMQ/packaging/nuget/package.targets
vendored
@ -14,8 +14,6 @@
|
||||
<!-- general -->
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<!-- ZMQ_USE_TWEETNACL defined in packaged builds and must be defined for package consumer. -->
|
||||
<PreprocessorDefinitions>ZMQ_USE_TWEETNACL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>$(MSBuildThisFileDirectory)include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
|
Reference in New Issue
Block a user