]> gitweb.factorcode.org Git - factor.git/blob - basis/atk/ffi/ffi.factor
abd04381ece37de375fd3e660eb4b0b666b3345c
[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 ;
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