mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* FreeBSD changed "glib12" to "glib-12", "gtk12" to "gtk-12" and "gdk12" to "gdk-12" to be in sync with latest ports
git-svn-id: trunk@3769 -
This commit is contained in:
parent
aa93e6a11e
commit
366e3e820f
@ -50,8 +50,8 @@ uses
|
||||
{$else}
|
||||
const
|
||||
{$ifdef FreeBSD}
|
||||
gdkdll='gdk12';
|
||||
{$linklib gdk12}
|
||||
gdkdll='gdk-12';
|
||||
{$linklib gdk-12}
|
||||
{$else}
|
||||
{$ifdef darwin}
|
||||
{$define gtkdarwin}
|
||||
|
@ -45,8 +45,8 @@ interface
|
||||
{$else}
|
||||
const
|
||||
{$ifdef FreeBSD}
|
||||
glibdll='glib12';
|
||||
{$linklib glib12}
|
||||
glibdll='glib-12';
|
||||
{$linklib glib-12}
|
||||
{$else}
|
||||
{$ifdef darwin}
|
||||
glibdll='glib-1.2.0';
|
||||
|
@ -49,8 +49,8 @@ uses
|
||||
{$else}
|
||||
const
|
||||
{$ifdef FreeBSD}
|
||||
gtkdll='gtk12';
|
||||
{$linklib gtk12}
|
||||
gtkdll='gtk-12';
|
||||
{$linklib gtk-12}
|
||||
{$else}
|
||||
{$ifdef darwin}
|
||||
{$define gtkdarwin}
|
||||
|
Loading…
Reference in New Issue
Block a user