diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | pango/Makefile.am | 1 |
7 files changed, 28 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2004-03-03 Tor Lillqvist <tml@iki.fi> + * NEWS: Correct spelling of my name. + + * pango/Makefile.am (libpango_1_0_la_DEPENDENCIES): Add + pango-win32res.lo. + * configure.in: Move check for native Win32 (mingw) a bit earlier. If Win32, disable static builds (like GLib does). diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 87a70c81..aa1d681f 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,5 +1,10 @@ 2004-03-03 Tor Lillqvist <tml@iki.fi> + * NEWS: Correct spelling of my name. + + * pango/Makefile.am (libpango_1_0_la_DEPENDENCIES): Add + pango-win32res.lo. + * configure.in: Move check for native Win32 (mingw) a bit earlier. If Win32, disable static builds (like GLib does). diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 87a70c81..aa1d681f 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,5 +1,10 @@ 2004-03-03 Tor Lillqvist <tml@iki.fi> + * NEWS: Correct spelling of my name. + + * pango/Makefile.am (libpango_1_0_la_DEPENDENCIES): Add + pango-win32res.lo. + * configure.in: Move check for native Win32 (mingw) a bit earlier. If Win32, disable static builds (like GLib does). diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 87a70c81..aa1d681f 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,5 +1,10 @@ 2004-03-03 Tor Lillqvist <tml@iki.fi> + * NEWS: Correct spelling of my name. + + * pango/Makefile.am (libpango_1_0_la_DEPENDENCIES): Add + pango-win32res.lo. + * configure.in: Move check for native Win32 (mingw) a bit earlier. If Win32, disable static builds (like GLib does). diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 87a70c81..aa1d681f 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,5 +1,10 @@ 2004-03-03 Tor Lillqvist <tml@iki.fi> + * NEWS: Correct spelling of my name. + + * pango/Makefile.am (libpango_1_0_la_DEPENDENCIES): Add + pango-win32res.lo. + * configure.in: Move check for native Win32 (mingw) a bit earlier. If Win32, disable static builds (like GLib does). @@ -27,7 +27,7 @@ Overview of changes between 1.3.1 and 1.3.2 * Correct a mixup between ZWJ and ZWNJ in the Arabic engine [Roozbeh Pournader] * Build and bug fixes for Win32 [Hans Breuer] -* Fix a problem with RTL scripts on Win32 [Tor Lillquist, Shoshannah Forbes] +* Fix a problem with RTL scripts on Win32 [Tor Lillqvist, Shoshannah Forbes] * Documentation improvements [Ross Burton, Matthias Clasen] Overview of changes between 1.3.0 and 1.3.1 @@ -74,7 +74,7 @@ Overview of changes between 1.2.x and 1.3.0 Pool]; add man pages for the included binaries. [Matthias] * Misc bug and build fixes [Josh Beam, Tony Graham, Kaushal Kumar, Noah, Mehran Mehr, Soeren, Morten Welinder] -* Win32 build fixes [Tor Lillquist, Hans Breuer] +* Win32 build fixes [Tor Lillqvist, Hans Breuer] ============================================================ diff --git a/pango/Makefile.am b/pango/Makefile.am index 48455dbd..5782a14b 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -46,6 +46,7 @@ libpango_1_0_la_DEPENDENCIES = mini-fribidi/libmini-fribidi.la if OS_WIN32 libpango_1_0_la_LDFLAGS += -export-symbols $(srcdir)/pango.def libpango_1_0_la_LIBADD += pango-win32res.lo +libpango_1_0_la_DEPENDENCIES += pango-win32res.lo endif pango-win32res.lo: pango.rc $(top_srcdir)/../glib/build/win32/lt-compile-resource $< $@ |