mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:05:39 +00:00
ab20101e76
* pango/Makefile.am: add Matrix.custom * pango/Matrix.custom: add Pango.Matrix.Identity field which is the equivalent of PANGO_MATRIX_INIT * sample/GtkDemo/DemoRotatedText.cs: use Pango.Matrix.Identity * doc/en/Pango/Matrix.xml: add docs for Pango.Matrix.Identity svn path=/trunk/gtk-sharp/; revision=44181
48 lines
829 B
Makefile
48 lines
829 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = pango
|
|
METADATA = Pango.metadata
|
|
SYMBOLS = pango-symbols.xml
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources = \
|
|
Attribute.cs \
|
|
AttrBackground.cs \
|
|
AttrFallback.cs \
|
|
AttrFamily.cs \
|
|
AttrFontDesc.cs \
|
|
AttrForeground.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
|
|
|
|
customs = \
|
|
AttrIterator.custom \
|
|
Context.custom \
|
|
Coverage.custom \
|
|
FontFamily.custom \
|
|
FontMap.custom \
|
|
Global.custom \
|
|
GlyphItem.custom \
|
|
Layout.custom \
|
|
LayoutLine.custom \
|
|
Matrix.custom \
|
|
TabArray.custom
|
|
|
|
add_dist = makefile.win32
|
|
|
|
include ../Makefile.include
|
|
|