07df433712
* pango/Makefile.am : add file. * pango/Units.cs : new class to wrap PANGO_SCALE and PANGO_PIXELS. * pango/glue/units.c : accessors for the macros. * pango/glue/Makefile.am : build it. * pango/glue/makefile.win32 : build it on win. [Fixes #74837] svn path=/trunk/gtk-sharp/; revision=44410
48 lines
842 B
Makefile
48 lines
842 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 \
|
|
Units.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
|
|
|