mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 12:15:40 +00:00
cc746fa93e
* configure.in.in: atk checks and SUBSTs. * atk/Util.custom: custom properties for overriding class methods. * atk/glue/util.c: glue to override class methods. svn path=/trunk/gtk-sharp/; revision=96985
16 lines
194 B
Makefile
16 lines
194 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = atk
|
|
METADATA = Atk.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources =
|
|
|
|
customs = \
|
|
Util.custom
|
|
|
|
add_dist = makefile.win32
|
|
|
|
include ../Makefile.include
|