9ff6fc7588
* atk/Atk.metadata: hide Global.AddGlobalEventListener. * atk/Global.custom: AddGlobalEventListener impl. * atk/Util.custom: AddGlobalEventListenerHandler prop. [Fixes the rest of #365437] svn path=/trunk/gtk-sharp/; revision=102333
18 lines
246 B
Makefile
18 lines
246 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = atk
|
|
METADATA = Atk.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources =
|
|
|
|
customs = \
|
|
Global.custom \
|
|
Misc.custom \
|
|
Object.custom \
|
|
Util.custom
|
|
|
|
add_dist = makefile.win32
|
|
|
|
include ../Makefile.include
|