Ryujinx-GtkSharp/gdk/Makefile.am
Mikkel Kruse Johnsen a8d9a119d8 Update to Gtk 3.18.2
Had to change gapi2xml.pl to use the new properties method/macro in gtkwindow.c
- Issue, "invisible-chars" and "inner-border" is generated twice in gtkentry.c

Made patch to gwin32registrykey to use little endian by default. So Windows om ARM may fail.
2015-11-10 11:37:34 +01:00

57 lines
1.2 KiB
Makefile

pkg = gdk
pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=gdk-sharp-3.0.pc
SYMBOLS = gdk-symbols.xml
INCLUDE_API = $(top_srcdir)/glib/glib-api.xml $(top_srcdir)/cairo/cairo-api.xml $(top_builddir)/gio/gio-api.xml $(top_builddir)/pango/pango-api.xml
METADATA = Gdk.metadata
references = $(top_builddir)/glib/glib-sharp.dll $(top_builddir)/gio/gio-sharp.dll $(top_builddir)/pango/pango-sharp.dll $(top_builddir)/cairo/cairo-sharp.dll
glue_includes = gdk/gdk.h
sources = \
Atom.cs \
Color.cs \
Device.cs \
Display.cs \
DisplayManager.cs \
EventButton.cs \
EventConfigure.cs \
EventCrossing.cs \
Event.cs \
EventDND.cs \
EventExpose.cs \
EventFocus.cs \
EventGrabBroken.cs \
EventKey.cs \
EventMotion.cs \
EventOwnerChange.cs \
EventProperty.cs \
EventProximity.cs \
EventScroll.cs \
EventSelection.cs \
EventSetting.cs \
EventVisibility.cs \
EventWindowState.cs \
Global.cs \
Key.cs \
Keymap.cs \
Pixbuf.cs \
PixbufAnimation.cs \
PixbufFrame.cs \
PixbufLoader.cs \
Pixdata.cs \
Point.cs \
Property.cs \
Rectangle.cs \
RGBA.cs \
Screen.cs \
Selection.cs \
Size.cs \
TextProperty.cs \
WindowAttr.cs \
Window.cs
add_dist =
include $(top_srcdir)/Makefile.include