mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 12:09:18 +02:00
* Dotted filenames for package librsvg
This commit is contained in:
parent
74435a7130
commit
a689a73b80
3
packages/librsvg/namespaced/Api.Rsvg.pas
Normal file
3
packages/librsvg/namespaced/Api.Rsvg.pas
Normal file
@ -0,0 +1,3 @@
|
||||
unit Api.Rsvg;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i rsvg.pas}
|
3
packages/librsvg/namespaces.lst
Normal file
3
packages/librsvg/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/rsvg.pas=namespaced/Api.Rsvg.pas
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -26,17 +26,26 @@
|
||||
Author: Raph Levien <raph@artofcode.com>
|
||||
*)
|
||||
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit rsvg;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$mode objfpc}
|
||||
{$MINENUMSIZE 4}
|
||||
|
||||
interface
|
||||
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
uses
|
||||
System.CTypes,
|
||||
Api.Glib2,
|
||||
Api.Gtk2.Gdk2pixbuf;
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
uses
|
||||
ctypes,
|
||||
glib2,
|
||||
gdk2pixbuf;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$IFDEF WINDOWS}
|
||||
{$DEFINE DYNLINK}
|
||||
|
Loading…
Reference in New Issue
Block a user