EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
327 stars 96 forks source link

Please use standard LIBSUFFIX #200

Closed pyscripter closed 2 years ago

pyscripter commented 3 years ago

The LIBSUFFIX used by SVGIconImageList packages is non-standard, e.g.

{$LIBSUFFIX '_D11_0'}

The standard one is

{$LIBSUFFIX 280} for Delphi 11 or better use {$LIBSUFFIX AUTO} for Delphi 10.4 or later. In that way you future proof the packages and you can serve all versions of Delphi 10.4 or later from a single package directory. There will be no need to create a new package folder for each vesion of Delphi.