]> gitweb.factorcode.org Git - factor.git/blob - basis/atk/ffi/ffi.factor
147a7e4909d3489c0f3ee8e53ca89ea96f0b8729
[factor.git] / basis / atk / 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: atk.ffi
6
7 <<
8 "gobject.ffi" require
9 >>
10
11 LIBRARY: atk
12
13 <<
14 "atk" {
15     { [ os winnt? ] [ "libatk-1.0-0.dll" cdecl add-library ] }
16     { [ os unix? ] [ drop ] }
17 } cond
18 >>
19
20 GIR: vocab:atk/Atk-1.0.gir