mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 08:55:27 +00:00
f6d11d67b6
* configure.ac: drop cairo conditionality * cairo/AssemblyInfo.cs: set version to 1.10.0.0 * cairo/Makefile.am: unconditional build and add Region.cs * cairo/cairo-api.xml: initial type exposure. * pango/Makefile.am: use cairo-sharp.dll and cairo-api.xml * pango/Pango.metadata: drop explicit symbol additions. * gdk/Gdk.metadata: drop explicit symbol additions. * gdk/Makefile.am: use cairo-sharp.dll and cairo-api.xml * gtk/Makefile.am: use cairo-sharp.dll and cairo-api.xml * sample/Makefile.am: use cairo-sharp.dll * sample/GtkDemo/Makefile.am: use cairo-sharp.dll This is an initial stab at a 1.10 binding. It will probably take more based on the number of errors still coming out of the Gdk build.
62 lines
1.1 KiB
Makefile
62 lines
1.1 KiB
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = pango
|
|
METADATA = Pango.metadata
|
|
INCLUDE_API = $(top_srcdir)/cairo/cairo-api.xml
|
|
SYMBOLS = pango-symbols.xml
|
|
references = $(top_builddir)/glib/glib-sharp.dll $(top_builddir)/cairo/cairo-sharp.dll
|
|
glue_includes = pango/pango.h
|
|
|
|
sources = \
|
|
Attribute.cs \
|
|
AttrBackground.cs \
|
|
AttrColor.cs \
|
|
AttrFallback.cs \
|
|
AttrFamily.cs \
|
|
AttrFloat.cs \
|
|
AttrFontDesc.cs \
|
|
AttrForeground.cs \
|
|
AttrGravity.cs \
|
|
AttrGravityHint.cs \
|
|
AttrInt.cs \
|
|
AttrLanguage.cs \
|
|
AttrLetterSpacing.cs \
|
|
AttrRise.cs \
|
|
AttrScale.cs \
|
|
AttrShape.cs \
|
|
AttrSize.cs \
|
|
AttrStretch.cs \
|
|
AttrStrikethroughColor.cs \
|
|
AttrStrikethrough.cs \
|
|
AttrStyle.cs \
|
|
AttrUnderlineColor.cs \
|
|
AttrUnderline.cs \
|
|
AttrVariant.cs \
|
|
AttrWeight.cs \
|
|
Scale.cs \
|
|
ScriptIter.cs
|
|
|
|
customs = \
|
|
Analysis.custom \
|
|
AttrIterator.custom \
|
|
AttrList.custom \
|
|
Context.custom \
|
|
Coverage.custom \
|
|
FontFamily.custom \
|
|
FontMap.custom \
|
|
Global.custom \
|
|
GlyphItem.custom \
|
|
GlyphString.custom \
|
|
Item.custom \
|
|
Layout.custom \
|
|
LayoutLine.custom \
|
|
LayoutRun.custom \
|
|
Matrix.custom \
|
|
TabArray.custom \
|
|
Units.custom
|
|
|
|
add_dist =
|
|
|
|
include $(top_srcdir)/Makefile.include
|
|
|