mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 09:50:22 +02:00
* {$linklib png} to enable automatically linking the library on Mac OS X
(mantis #21833) git-svn-id: trunk@21584 -
This commit is contained in:
parent
d97aa91e28
commit
a3fa47a95b
@ -25,6 +25,7 @@ Const
|
||||
LibPng = 'png'; // Library name
|
||||
{ matching lib version for libpng, needed for initialization }
|
||||
PNG_LIBPNG_VER_STRING='1.2.12';
|
||||
{$linklib png}
|
||||
{$endif windows}
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user