
Thread



2020.12.22 16:44 "Re: [Tiff] Naming of the 'libtiff' libraries in Windows - proposal", by Edward Lam
FWIW, For the better part of the past 20 years, we've used the following convention on Windows for libtiff:
- tiff.{lib,dll} - release {import,shared} library
- tiff_d.{lib,dll,pdb} - debug {import,shared,symbols} library
- libtiff.lib - release static library
- libtiff_d.lib - debug static library
-Edward