diff options
author | Hans Breuer <hans@breuer.org> | 2004-03-03 22:35:19 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2004-03-03 22:35:19 +0000 |
commit | 38d96db577cbb5e50f45e05bd26f4af08f1cc7ca (patch) | |
tree | f167ad07704c982515f4992b7644945cd3d776a0 /pango/makefile.msc | |
parent | 97493ff91793542b28f915cf0243598e4c4c03bf (diff) | |
download | pango-38d96db577cbb5e50f45e05bd26f4af08f1cc7ca.tar.gz |
if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should
2004-03-03 Hans Breuer <hans@breuer.org>
* pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
defined include the basic backend shaper (should have been
commited at 2003-12-12, too)
* pango/makefile.msc : generate correct type for PangoFontMask
(bug #135892, John Ehresman)
* pango/opentype/makefile.msc : updated
* pango/pango.def pango/pangoft2.def : more updatd externals
Diffstat (limited to 'pango/makefile.msc')
-rw-r--r-- | pango/makefile.msc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/makefile.msc b/pango/makefile.msc index ed6726b0..136c38d4 100644 --- a/pango/makefile.msc +++ b/pango/makefile.msc @@ -203,9 +203,9 @@ pango-enum-types.c: $(pango_headers) pango-enum-types.h makefile.msc $(PERL) $(GLIB)\gobject\glib-mkenums \ --fhead "#include <pango.h>" \ --fprod "\n/* enumerations from \"@filename@\" */" \ - --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const GEnumValue values[] = {" \ + --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ - --vtail " { 0, NULL, NULL }\n };\n etype = g_enum_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ + --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ $(pango_headers) > pango-enum-types.c $(PACKAGE)-$(PKG_VER)s.lib : $(OBJECTS) $(PRJ_TOP)\config.h |