Skip to content

Commit

Permalink
Include minizip's headers in the nuget pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Hoag committed Jun 11, 2021
1 parent 273eccc commit 15b51e2
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Zlib.autopkg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nuget
nuspec
{
id = zlib-tsc-package;
version: 1.2.11.2;
version: 1.2.11.3;
title: zlib compression library;
authors: { TechSmith Corporation, Jean-loup Gailly, Mark Adler };
owners: { TechSmith Corporation };
Expand All @@ -22,18 +22,22 @@ nuget
summary: @"Zlib Compression Library for use in TechSmith products";
description: @"Zlib is a compression library written in C.
New features:
Breaking changes:
Bug fixes:
Misc:
- Updated toolset to v141 for Visual Studio 2017
Breaking changes:
Changes:
- 1.2.11.3 Include contrib/minizip header files
- 1.2.11.2 Updated toolset to v141 for Visual Studio 2017
- 1.2.11.1 Removed ASMV & ASMINF from Release
- 1.2.11 Initial version
";
copyright: @"Copyright (c) 2018.";
tags: { zlib, CoApp, compression, vs2017, native };
};

files
{
nestedInclude: { #destination=${d_include}Zlib; *.h };
nested2Include: { #destination=${d_include}Zlib; "*.h" };
nested1Include: { #destination=${d_include}Zlib\contrib\minizip; "contrib\minizip\*.h" };
libpdb: { #destination=${d_lib}; };
("Win32", "v141", "Debug,Release") =>
{
Expand Down Expand Up @@ -72,4 +76,4 @@ nuget
// package. Such defines may be set either globally or only set under specific
// conditions.
}
}
}

0 comments on commit 15b51e2

Please sign in to comment.