]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Distribute libgettextpo also on Windows and VMS.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Aug 2003 14:05:04 +0000 (14:05 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:53 +0000 (12:10 +0200)
gettext-tools/src/ChangeLog

index 58ac8f23dc7fc3a3175e99ca72f520a757a1c310..aacdb9f858bd7ac0781d6b5b0a450a96739b9bf0 100644 (file)
@@ -1,3 +1,15 @@
+2003-08-24  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * dir-list.h: Make this file includable in C++ mode: add extern "C".