mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 12:25:40 +00:00
209f353fc8
* * : update to 2.12 API. svn path=/trunk/gtk-sharp/; revision=90823
57 lines
1,013 B
Makefile
57 lines
1,013 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = pango
|
|
METADATA = Pango.metadata
|
|
SYMBOLS = pango-symbols.xml
|
|
references = ../glib/glib-sharp.dll
|
|
glue_includes = pango/pango.h
|
|
|
|
sources = \
|
|
Attribute.cs \
|
|
AttrBackground.cs \
|
|
AttrFallback.cs \
|
|
AttrFamily.cs \
|
|
AttrFontDesc.cs \
|
|
AttrForeground.cs \
|
|
AttrGravity.cs \
|
|
AttrGravityHint.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 \
|
|
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 = makefile.win32
|
|
|
|
include ../Makefile.include
|
|
|