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
af5b9601
Commit
af5b9601
authored
Mar 25, 2014
by
Fred Eisele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added files to assist in building nuget packages
parent
4706a18c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
0 deletions
+63
-0
libzmq.autopkg
builds/nuget/libzmq.autopkg
+51
-0
readme.nuget
builds/nuget/readme.nuget
+12
-0
No files found.
builds/nuget/libzmq.autopkg
0 → 100644
View file @
af5b9601
nuget{
nuspec{
id = czmq;
version: 2.1.0;
title: ZMQ - Code Connected;
authors: {phreed};
owners: {phreed};
licenseUrl: https://www.gnu.org/licenses/lgpl.html;
projectUrl: http://czmq.zeromq.org/;
iconUrl: http://czmq.zeromq.org/local--files/admin:css/logo.gif;
requireLicenseAcceptance: false;
summary: High-level C binding for ZeroMQ and all-round Slice of Heaven for C developers.;
description: @"
ZeroMQ \zeromq\:
- Connect your code in any language, on any platform.
- Carries messages across inproc, IPC, TCP, TPIC, multicast.
- Smart patterns like pub-sub, push-pull, and router-dealer.
- High-speed asynchronous I/O engines, in a tiny library.
- Backed by a large and active open source community.
- Supports every modern language and platform.
- Build any architecture: centralized, distributed, small, or large.
- Free software with full commercial support.";
releaseNotes: "Made a NuGet package.";
copyright: Copyright 2014;
tags: {0mq, zeromq, nuget, native; }
}
files{
#defines {
SDK_ROOT = ..\..\;
SDK_2010 = ..\msvc\;
}
include: { "${SDK_ROOT}include\*" };
docs: { "${SDK_ROOT}doc\*.txt" };
[x64,v100,debug] {
lib: ${SDK_2010}Debug\libzmq.lib;
symbols: ${SDK_2010}Debug\libzmq.pdb;
}
[x64,v100,release] {
lib: ${SDK_2010}Release\libzmq.lib;
}
targets{
Defines += HAS_CPP_ZMQ_SDK;
}
}
}
builds/nuget/readme.nuget
0 → 100644
View file @
af5b9601
NuGet is a package management system for MS-Windows.
It is similar in spirit to tools like Maven or Gradle.
It was originaly for .Net only packages but it has
recently been augmented to working with native packages.
http://docs.nuget.org/docs/reference/support-for-native-projects
The instructions for building a NuGet package can be found here:
http://coapp.org/pages/tutorials.html
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