mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
corrected some issues with the autopkg, include the dll
This commit is contained in:
parent
af5b960177
commit
394e4c6032
@ -1,15 +1,15 @@
|
|||||||
nuget{
|
nuget{
|
||||||
nuspec{
|
nuspec{
|
||||||
id = czmq;
|
id = libzmq;
|
||||||
version: 2.1.0;
|
version : 4.1.0;
|
||||||
title: ZMQ - Code Connected;
|
title: ZMQ - Code Connected;
|
||||||
authors: {phreed};
|
authors: {phreed};
|
||||||
owners: {phreed};
|
owners: {phreed};
|
||||||
licenseUrl: https://www.gnu.org/licenses/lgpl.html;
|
licenseUrl: "https://www.gnu.org/licenses/lgpl.html";
|
||||||
projectUrl: http://czmq.zeromq.org/;
|
projectUrl: "http://www.zeromq.org/";
|
||||||
iconUrl: http://czmq.zeromq.org/local--files/admin:css/logo.gif;
|
iconUrl: "http://www.zeromq.org/local--files/admin:css/logo.gif";
|
||||||
requireLicenseAcceptance: false;
|
requireLicenseAcceptance: false;
|
||||||
summary: High-level C binding for ZeroMQ and all-round Slice of Heaven for C developers.;
|
summary: Code Connected;
|
||||||
description: @"
|
description: @"
|
||||||
ZeroMQ \zeromq\:
|
ZeroMQ \zeromq\:
|
||||||
- Connect your code in any language, on any platform.
|
- Connect your code in any language, on any platform.
|
||||||
@ -40,6 +40,7 @@ ZeroMQ \zeromq\:
|
|||||||
|
|
||||||
[x64,v100,release] {
|
[x64,v100,release] {
|
||||||
lib: ${SDK_2010}Release\libzmq.lib;
|
lib: ${SDK_2010}Release\libzmq.lib;
|
||||||
|
bin: ${SDK_2010}..\..\lib\libzmq.dll;
|
||||||
}
|
}
|
||||||
|
|
||||||
targets{
|
targets{
|
||||||
|
@ -10,3 +10,11 @@ The instructions for building a NuGet package can be found here:
|
|||||||
http://coapp.org/pages/tutorials.html
|
http://coapp.org/pages/tutorials.html
|
||||||
|
|
||||||
|
|
||||||
|
The basic procedure is to first build all
|
||||||
|
the artifacts and then run ...
|
||||||
|
Write-NuGetPackage .\libzmq.autopkg
|
||||||
|
|
||||||
|
The *.nuget files thus produced can then be installed
|
||||||
|
in a local repository or uploaded to one of the nuget servers.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user