]> gitweb.factorcode.org Git - factor.git/blob - basis/gdk/pixbuf/ffi/ffi.factor
windows: merge library manifest from old windows.nt in Blei/gtk-image-loader
[factor.git] / basis / gdk / pixbuf / ffi / ffi.factor
1 ! Copyright (C) 2010 Anton Gorenko.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: alien alien.libraries alien.syntax combinators
4 gobject-introspection kernel system vocabs.loader ;
5 IN: gdk.pixbuf.ffi
6
7 <<
8 "gio.ffi" require
9 >>
10
11 LIBRARY: gdk.pixbuf
12
13 <<
14 "gdk.pixbuf" {
15     { [ os winnt? ] [ "libgdk_pixbuf-2.0-0.dll" cdecl add-library ] }
16     { [ os unix? ] [ drop ] }
17 } cond
18 >>
19
20 GIR: vocab:gdk/pixbuf/GdkPixbuf-2.0.gir