From: Michael R Sweet Date: Sat, 31 Jul 2021 01:22:39 +0000 (-0400) Subject: Try using .targets file in NuGet package. X-Git-Tag: v2.4b1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c63d9e68c92f2285d22cbdba46c5d97d67310a5e;p=thirdparty%2Fcups.git Try using .targets file in NuGet package. Tweak spec files. --- diff --git a/vcnet/libcups2_native.nuspec b/vcnet/libcups2_native.nuspec index 1e993cfa89..9b70d85f40 100644 --- a/vcnet/libcups2_native.nuspec +++ b/vcnet/libcups2_native.nuspec @@ -3,38 +3,39 @@ libcups2_native OpenPrinting CUPS Library for VS2019+ - 2.4.0-b0 + 2.4.0-b00 Michael R Sweet, OpenPrinting michaelrsweet https://github.com/OpenPrinting/cups Apache-2.0 - native/cups-128.png + build/native/cups-128.png + build/native/README.md false - OpenPrinting CUPS library for VS2019+ - OpenPrinting CUPS is a standards-based, open source printing system for Linux® -and other Unix®-like operating systems. The CUPS library provides a convenient API for communicating with Internet Printing Protocol printers. CUPS is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software. + OpenPrinting CUPS is a standards-based, open source printing system for Linux® +and other Unix®-like operating systems. The CUPS library provides a convenient API for communicating with Internet Printing Protocol printers. CUPS is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software. Copyright © 2020-2021 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products. http ipp native - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/vcnet/libcups2_native.redist.nuspec b/vcnet/libcups2_native.redist.nuspec index 38a20962b1..17955a4093 100644 --- a/vcnet/libcups2_native.redist.nuspec +++ b/vcnet/libcups2_native.redist.nuspec @@ -3,16 +3,16 @@ libcups2_native.redist OpenPrinting CUPS Library for VS2019+ Redist - 2.4.0-b0 + 2.4.0-b00 Michael R Sweet, OpenPrinting michaelrsweet https://github.com/OpenPrinting/cups Apache-2.0 - native/cups-128.png + build/native/cups-128.png + build/native/README.md false - Redistributable components for package 'libcups2_native'. This package should only be installed as a dependency. - OpenPrinting CUPS is a standards-based, open source printing system for Linux® -and other Unix®-like operating systems. This package provides the redistributable content for the CUPS library. CUPS is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software. + OpenPrinting CUPS is a standards-based, open source printing system for Linux® +and other Unix®-like operating systems. This package provides the redistributable content for the CUPS library. CUPS is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software. Copyright © 2020-2021 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products. http ipp native @@ -20,11 +20,11 @@ and other Unix®-like operating systems. This package provides the redistributab - - - - - + + + + + diff --git a/vcnet/libcups2_native.targets b/vcnet/libcups2_native.targets new file mode 100644 index 0000000000..192513b1c1 --- /dev/null +++ b/vcnet/libcups2_native.targets @@ -0,0 +1,16 @@ + + + + libcups2d + libcups2 + + + + + + $(MSBuildThisFileDirectory)\include + + @$(LinkLibrary);%(AdditionalDependencies) + + +