From: Bruno Haible Date: Mon, 28 May 2007 11:51:20 +0000 (+0000) Subject: Windows version infrastructure. X-Git-Tag: v0.17~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4312c17bb6367a6c0fb65840c9d2e0f99b5ced5f;p=thirdparty%2Fgettext.git Windows version infrastructure. --- diff --git a/ChangeLog b/ChangeLog index 4079f1ab3..f6dabb71a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-28 Bruno Haible + + * windows/windres-options: New file. + * windows/gettext.rc: New file. + * Makefile.am (EXTRA_DIST): Add them. + 2007-05-27 Bruno Haible * m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Fix support for Sun C 5.9 diff --git a/Makefile.am b/Makefile.am index 2ef497ab5..a9f0bcf25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,4 +116,4 @@ EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk # Woe32 support. -EXTRA_DIST += README.woe32 +EXTRA_DIST += README.woe32 windows/windres-options windows/gettext.rc