mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 01:55:32 +00:00
9dd35dd137
svn path=/trunk/gtk-sharp/; revision=115220
25 lines
351 B
Makefile
25 lines
351 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = atk
|
|
METADATA = Atk.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
glue_includes = atk/atk.h
|
|
|
|
sources = \
|
|
TextChangedDetail.cs
|
|
|
|
customs = \
|
|
Global.custom \
|
|
Hyperlink.custom \
|
|
Misc.custom \
|
|
Object.custom \
|
|
ObjectFactory.custom \
|
|
TextAdapter.custom \
|
|
Util.custom
|
|
|
|
add_dist =
|
|
|
|
include ../Makefile.include
|