diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-10-24 04:11:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-10-24 04:11:12 +0000 |
commit | 7889367ae9a339da057e89b69362f557a16429ea (patch) | |
tree | 9b954fe698141644c5d0c4a0e273f21f69b7ab6d /pango/module-defs-fc.c.win32 | |
parent | d16d1bc261e772f64b377171ca7884b92c1d7288 (diff) | |
download | pango-7889367ae9a339da057e89b69362f557a16429ea.tar.gz |
=== Released 1.3.0 ===PANGO_1_3_0
Fri Oct 24 00:09:17 2003 Owen Taylor <otaylor@redhat.com>
* === Released 1.3.0 ===
* pango/module-defs-fc.c.win32 pango/module-defs-fc.c.win32:
Add the -fc version, remove the -ft2 version. Not sure this
file is actually needed any more.
* pango/Makefile.am (libpango_1_0_la_SOURCES): Add
pango-impl-utils.h, pango-script-lang-table.h.
* docs/Makefile.am (dist-hook-local): Distribute generated
manpage.
* tests/Makefile.am (CLEANFILES): Add pango.modules
Diffstat (limited to 'pango/module-defs-fc.c.win32')
-rw-r--r-- | pango/module-defs-fc.c.win32 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/module-defs-fc.c.win32 b/pango/module-defs-fc.c.win32 new file mode 100644 index 00000000..429ba869 --- /dev/null +++ b/pango/module-defs-fc.c.win32 @@ -0,0 +1,9 @@ +/* Hand-written. Once the GNU configure mechanism is used + * on Win32, too, can be generated. +*/ + +#include "modules.h" + +PangoIncludedModule _pango_included_fc_modules[] = { + { NULL, NULL, NULL }, +}; |