]> gitweb.factorcode.org Git - factor.git/blob - basis/atk/ffi/ffi.factor
factor: trim using lists
[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 system vocabs ;
5 IN: atk.ffi
6
7 << "gobject.ffi" require >>
8
9 LIBRARY: atk
10
11 << "atk" {
12     { [ os windows? ] [ "libatk-1.0-0.dll" ] }
13     { [ os macosx? ] [ "libatk-1.0.dylib" ] }
14     { [ os unix? ] [ "libatk-1.0.so" ] }
15 } cond cdecl add-library >>
16
17 GIR: vocab:atk/Atk-1.0.gir