diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 07:35:00 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 07:35:00 +0800 |
commit | 889c16f34d71338cc8fa9c3f7a11d57b27b21994 (patch) | |
tree | 078210897a6ae5257c85a68cfb5157aa88849416 /e-util/ChangeLog | |
parent | 5b611b051cb2f3b8ebc44ace3de5e8e0edeab6b7 (diff) | |
download | gsoc2013-evolution-889c16f34d71338cc8fa9c3f7a11d57b27b21994.tar gsoc2013-evolution-889c16f34d71338cc8fa9c3f7a11d57b27b21994.tar.gz gsoc2013-evolution-889c16f34d71338cc8fa9c3f7a11d57b27b21994.tar.bz2 gsoc2013-evolution-889c16f34d71338cc8fa9c3f7a11d57b27b21994.tar.lz gsoc2013-evolution-889c16f34d71338cc8fa9c3f7a11d57b27b21994.tar.xz gsoc2013-evolution-889c16f34d71338cc8fa9c3f7a11d57b27b21994.tar.zst gsoc2013-evolution-889c16f34d71338cc8fa9c3f7a11d57b27b21994.zip |
Use bootstrap library for libemisdwidgets. Code here uses
2005-06-18 Tor Lillqvist <tml@novell.com>
* Makefile.am (WIN32_BOOTSTRAP_LIBS): Use bootstrap library for
libemisdwidgets. Code here uses e_utf8_to_locale_string() from
libemiscwidgets which hasn't been built yet if building from
scratch.
(GAL_IMAGESDIR): Remove, unused leftover.
(EVOLUTION_GLADEDIR): Add.
(libeutil_la_LDFLAGS, libeconduit_la_LDFLAGS): Use NO_UNDEFINED.
(libeutil_la_LIBADD, libeconduit_la_LIBADD): Link with necessary
libs.
* e-win32-reloc.c: Update now that it is here in evolution. Use _e
prefix instead of _gal. Add getters for more run-time paths.
* e-util-private.h: Corresponding changes.
svn path=/trunk/; revision=29526
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 7ce8ee8cee..bf0934b36e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,20 @@ +2005-06-18 Tor Lillqvist <tml@novell.com> + + * Makefile.am (WIN32_BOOTSTRAP_LIBS): Use bootstrap library for + libemisdwidgets. Code here uses e_utf8_to_locale_string() from + libemiscwidgets which hasn't been built yet if building from + scratch. + (GAL_IMAGESDIR): Remove, unused leftover. + (EVOLUTION_GLADEDIR): Add. + (libeutil_la_LDFLAGS, libeconduit_la_LDFLAGS): Use NO_UNDEFINED. + (libeutil_la_LIBADD, libeconduit_la_LIBADD): Link with necessary + libs. + + * e-win32-reloc.c: Update now that it is here in evolution. Use _e + prefix instead of _gal. Add getters for more run-time paths. + + * e-util-private.h: Corresponding changes. + 2005-06-08 Srinivasa Ragavan <sragavan@novell.com> * e-cursor.[ch]: Added functions to show busy cursor. * Makefile.am: Add the files |