diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-02-07 01:27:39 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-02-07 01:27:39 +0000 |
commit | 086c5d631cc7949d152415505012c88cce1c9ec8 (patch) | |
tree | 5eb50d6385083294445849cf47d6eab3b7d3c08e /modules/hebrew | |
parent | 1858a68664742dea972e8ef22f4bdc220cdfa7c5 (diff) | |
download | pango-086c5d631cc7949d152415505012c88cce1c9ec8.tar.gz |
Accept also outfile name on command line, fopen it separately then. Needed
2002-02-07 Tor Lillqvist <tml@iki.fi>
* examples/pangoft2topgm.c (main): Accept also outfile name on
command line, fopen it separately then. Needed on Windows where
stdout is in text mode.
* modules/arabic/Makefile.am
* modules/hebrew/Makefile.am: Use -no-undefined on Windows,
otherwise libtool won't produce DLLs, and there will be no such to
install
Diffstat (limited to 'modules/hebrew')
-rw-r--r-- | modules/hebrew/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/hebrew/Makefile.am b/modules/hebrew/Makefile.am index bb84cf29..aab8aace 100644 --- a/modules/hebrew/Makefile.am +++ b/modules/hebrew/Makefile.am @@ -61,6 +61,10 @@ FT2_INCLUDED= FT2_PREFIX= endif +if PLATFORM_WIN32 +no_undefined = -no-undefined +endif + noinst_LTLIBRARIES = $(X_INCLUDED) $(FT2_INCLUDED) $(XFT_INCLUDED) module_LTLIBRARIES = $(X_MODULES) $(FT2_MODULES) $(XFT_MODULES) moddefine = $(X_PREFIX) $(FT2_PREFIX) $(XFT_PREFIX) |