From 8ca227b234573167b1bf0b396aa19966e5de509d Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Sun, 20 Dec 2020 17:55:20 +0100 Subject: Clean the _cmsInterpFn16 mess A cleanup of a function pointer being mixed in several places --- Projects/VC2019/tiffdiff/tiffdiff.vcxproj | 16 ++++++++-------- Projects/VC2019/tifficc/tifficc.vcxproj | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'Projects') diff --git a/Projects/VC2019/tiffdiff/tiffdiff.vcxproj b/Projects/VC2019/tiffdiff/tiffdiff.vcxproj index 9e77a2f..36acf8d 100644 --- a/Projects/VC2019/tiffdiff/tiffdiff.vcxproj +++ b/Projects/VC2019/tiffdiff/tiffdiff.vcxproj @@ -89,14 +89,14 @@ - C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath) - C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath) - C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath) - C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath) - C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath) - C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath) - C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath) - C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath) + C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff diff --git a/Projects/VC2019/tifficc/tifficc.vcxproj b/Projects/VC2019/tifficc/tifficc.vcxproj index f9f59af..473fc3b 100644 --- a/Projects/VC2019/tifficc/tifficc.vcxproj +++ b/Projects/VC2019/tifficc/tifficc.vcxproj @@ -89,14 +89,14 @@ - $(IncludePath);C:\tiff-4.0.2\libtiff - $(IncludePath);C:\tiff-4.0.2\libtiff - $(LibraryPath);C:\tiff-4.0.2\libtiff - $(LibraryPath);C:\tiff-4.0.2\libtiff - $(IncludePath);C:\tiff-4.0.2\libtiff - $(IncludePath);C:\tiff-4.0.2\libtiff - $(LibraryPath);C:\tiff-4.0.2\libtiff - $(LibraryPath);C:\tiff-4.0.2\libtiff + $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + $(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff + $(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff -- cgit v1.2.1