diff options
author | Bruno Haible <bruno@clisp.org> | 2006-05-11 20:55:46 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:18 +0200 |
commit | a2a015e371ed1854b92b945a4f72b56334512600 (patch) | |
tree | ef1892f0609cc72595b94e2a7e91d26e279e7267 /gettext-tools/ChangeLog | |
parent | 2943364bcc6b383586da6c023cd645bf21310152 (diff) | |
download | external_gettext-a2a015e371ed1854b92b945a4f72b56334512600.zip external_gettext-a2a015e371ed1854b92b945a4f72b56334512600.tar.gz external_gettext-a2a015e371ed1854b92b945a4f72b56334512600.tar.bz2 |
Cygwin support.
Diffstat (limited to 'gettext-tools/ChangeLog')
-rw-r--r-- | gettext-tools/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 6137b8a..088a54c 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,5 +1,19 @@ 2006-05-11 Bruno Haible <bruno@clisp.org> + * woe32dll: Directory renamed from mingw. + * cygwin/export.h: New file. + * cygwin/gettextlib-exports.c: New file. + * cygwin/gettextsrc-exports.c: New file. + * cygwin/gettextpo-exports.c: New file. + * configure.ac (WOE32DLL): Condition renamed from MINGW. Activate it + also on Cygwin. Only activate it when compiling shared libraries. + (CYGWINDLL): New condition. + (CYGWINDLL): New define. + (DLL_VARIABLE): Use dllimport also on Cygwin. + * Makefile.am (EXTRA_DIST): Add cygwin/export.h. + +2006-05-11 Bruno Haible <bruno@clisp.org> + * woe32dll/c++format.cc: New file. 2006-05-02 Charles Wilson <cygwin@cwilson.fastmail.fm> |