504323bf30
* atk/glue/misc.c: glue for vms and singleton setup. * atk/Misc.custom: add OnThreadsEnter, OnThreadsLeave, and SetSingletonInstance members for Bridge implementors. [More of #365437] svn path=/trunk/gtk-sharp/; revision=101092
17 lines
228 B
Makefile
17 lines
228 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = atk
|
|
METADATA = Atk.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources =
|
|
|
|
customs = \
|
|
Misc.custom \
|
|
Object.custom \
|
|
Util.custom
|
|
|
|
add_dist = makefile.win32
|
|
|
|
include ../Makefile.include
|