From: Bruno Haible Date: Sun, 24 Aug 2003 14:05:04 +0000 (+0000) Subject: Distribute libgettextpo also on Windows and VMS. X-Git-Tag: v0.13~322 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28b0f8d54e5af7abe4c63e75cfac4f87442ba34e;p=thirdparty%2Fgettext.git Distribute libgettextpo also on Windows and VMS. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 58ac8f23d..aacdb9f85 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,15 @@ +2003-08-24 Bruno Haible + + * Makefile.msvc (gettext-po.obj, gettextpo.lib, gettextpo.res): New + rules. + (all): Depend on gettextpo.lib. + (install, installdirs, uninstall): Install/uninstall gettext-po.h, + gettextpo.dll and gettextpo.lib. + * Makefile.vms (gettext-po.obj, gettextpo.olb): New rules. + (all): Depend on gettextpo.olb. + (install, installdirs, uninstall): Install/uninstall gettext-po.h, + gettextpo.olb. + 2003-08-24 Bruno Haible * dir-list.h: Make this file includable in C++ mode: add extern "C".