diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-03-18 20:58:40 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-03-18 20:58:40 +0000 |
commit | 0c25b2476ba2a0ae8db01365e91e818c32e199fe (patch) | |
tree | df1642820ccee67c9a895b54084b325b44c229bf /pango/makefile.mingw.in | |
parent | 157e3f5934e0b38404b011c264e1a0cfd06acce1 (diff) | |
download | pango-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/makefile.mingw.in')
-rw-r--r-- | pango/makefile.mingw.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/makefile.mingw.in b/pango/makefile.mingw.in index 17e9d22a..a4b03e9d 100644 --- a/pango/makefile.mingw.in +++ b/pango/makefile.mingw.in @@ -45,6 +45,7 @@ PANGO_OBJS = \ shape.o PANGOWIN32_OBJS = \ + module-defs-win32.o \ pangowin32.o \ pangowin32-fontcache.o \ pangowin32-fontmap.o @@ -79,6 +80,9 @@ pango_headers= \ ../config.h : ../config.h.win32 cp $< $@ +module-defs-win32.c : module-defs-win32.c.win32 + cp $< $@ + module-defs-ft2.c : module-defs-ft2.c.win32 cp $< $@ |