summaryrefslogtreecommitdiff
path: root/pango/makefile.msc
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2006-08-17 05:33:34 +0000
committerHans Breuer <hans@src.gnome.org>2006-08-17 05:33:34 +0000
commit120660ea397549f453772e755db9d3e987802aa2 (patch)
treef5a5bcaf5624c11f7b5fcc0c405169836da3026a /pango/makefile.msc
parentbaf4dc5ab63687c246bfe6fd4b9c72fd3f3a1ccc (diff)
downloadpango-120660ea397549f453772e755db9d3e987802aa2.tar.gz
updated error C2059: syntax error : '}' Intializing a struct with empty
2006-08-17 Hans Breuer <hans@breuer.org> * pango/makefile.msc pango/pango.def : updated * pango/break.c(1630) : error C2059: syntax error : '}' Intializing a struct with empty braces is not supported with MSVC, instead use 0. * pango/pangocairo.def : removed pango_fc_font_(map_)get_type pangocairo has either win32 fonts or freetype. The former is more usual. * pango/pango-utils.c : replaced M_PI by G_PI (from glib/gtypes.h).
Diffstat (limited to 'pango/makefile.msc')
-rw-r--r--pango/makefile.msc6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/makefile.msc b/pango/makefile.msc
index 4962b38d..8caaad39 100644
--- a/pango/makefile.msc
+++ b/pango/makefile.msc
@@ -104,6 +104,7 @@ OBJECTS = \
pango-glyph-item.obj \
pango-item.obj \
pango-markup.obj \
+ pango-matrix.obj \
pango-layout.obj \
pango-renderer.obj \
pango-script.obj \
@@ -154,6 +155,11 @@ OBJECTS = \
pangoft2.obj \
pangoft2-fontmap.obj \
pangoft2-render.obj \
+ \
+ pango-ot-buffer.obj \
+ pango-ot-info.obj \
+ pango-ot-ruleset.obj \
+ \
basic-fc.obj
PKG_CFLAGS = $(PKG_CFLAGS) $(FONTCONFIG_CFLAGS) $(FREETYPE2_CFLAGS)