summaryrefslogtreecommitdiff
path: root/pango/module-defs-win32.c.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-03-18 20:58:40 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-03-18 20:58:40 +0000
commit0c25b2476ba2a0ae8db01365e91e818c32e199fe (patch)
treedf1642820ccee67c9a895b54084b325b44c229bf /pango/module-defs-win32.c.win32
parent157e3f5934e0b38404b011c264e1a0cfd06acce1 (diff)
downloadpango-0c25b2476ba2a0ae8db01365e91e818c32e199fe.tar.gz
pango/makefile.mingw.in Update.
2001-03-18 Tor Lillqvist <tml@iki.fi> * pango/makefile.mingw.in * pango/pango.def: Update. * pango/module-defs-win32.c.win32: New file. * pango/Makefile.am (EXTRA_DIST): Add here. * pango/mini-fribidi/makefile.mingw: New file. * pango/mini-fribidi/makefile.mingw (EXTRA_DIST): Add here.
Diffstat (limited to 'pango/module-defs-win32.c.win32')
-rw-r--r--pango/module-defs-win32.c.win329
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/module-defs-win32.c.win32 b/pango/module-defs-win32.c.win32
new file mode 100644
index 00000000..64b129b9
--- /dev/null
+++ b/pango/module-defs-win32.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_win32_modules[] = {
+ { NULL, NULL, NULL },
+};