From: Michael R Sweet Date: Tue, 3 Aug 2021 21:34:50 +0000 (-0400) Subject: Fix up VS props file. X-Git-Tag: v2.4b1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9af5dc63e0a8c62ebdb59b06d90925b5584e490;p=thirdparty%2Fcups.git Fix up VS props file. --- diff --git a/vcnet/libcups2_native.nuspec b/vcnet/libcups2_native.nuspec index 9952544c72..f9238287a3 100644 --- a/vcnet/libcups2_native.nuspec +++ b/vcnet/libcups2_native.nuspec @@ -3,7 +3,7 @@ libcups2_native OpenPrinting CUPS Library for VS2019+ - 2.4.0-b1 + 2.4.0-b4 Michael R Sweet, OpenPrinting michaelrsweet https://github.com/OpenPrinting/cups @@ -16,13 +16,13 @@ and other Unix®-like operating systems. The CUPS library provides a convenient 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.props b/vcnet/libcups2_native.props index 192513b1c1..ce73a0e731 100644 --- a/vcnet/libcups2_native.props +++ b/vcnet/libcups2_native.props @@ -1,16 +1,18 @@ - - libcups2d - libcups2 - - + - $(MSBuildThisFileDirectory)\include + + + $(MSBuildThisFileDirectory)\include + + - @$(LinkLibrary);%(AdditionalDependencies) + + $(LinkLibrary);%(AdditionalDependencies) + diff --git a/vcnet/libcups2_native.redist.nuspec b/vcnet/libcups2_native.redist.nuspec index 33796560b6..f6f0ebadb4 100644 --- a/vcnet/libcups2_native.redist.nuspec +++ b/vcnet/libcups2_native.redist.nuspec @@ -3,7 +3,7 @@ libcups2_native.redist OpenPrinting CUPS Library for VS2019+ Redist - 2.4.0-b1 + 2.4.0-b4 Michael R Sweet, OpenPrinting michaelrsweet https://github.com/OpenPrinting/cups diff --git a/vcnet/libcups2_native.targets b/vcnet/libcups2_native.targets deleted file mode 100644 index 192513b1c1..0000000000 --- a/vcnet/libcups2_native.targets +++ /dev/null @@ -1,16 +0,0 @@ - - - - libcups2d - libcups2 - - - - - - $(MSBuildThisFileDirectory)\include - - @$(LinkLibrary);%(AdditionalDependencies) - - -