mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 09:07:09 +00:00
* 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
18 lines
228 B
Makefile
18 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
|