From: Bruno Haible Date: Sat, 12 Feb 2005 19:04:38 +0000 (+0000) Subject: Link gettextpo.dll against intl.dll. X-Git-Tag: v0.14.2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568849597dac1aa683a28c4f53c79711afc17c6d;p=thirdparty%2Fgettext.git Link gettextpo.dll against intl.dll. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 862154913..4f2fdb7ce 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2005-02-12 Bruno Haible + + * Makefile.msvc (gettextpo.lib): Link with intl.lib as well. + 2005-02-12 Bruno Haible * Makefile.msvc (msginit_OBJECTS): Add plural-count.obj. diff --git a/gettext-tools/src/Makefile.msvc b/gettext-tools/src/Makefile.msvc index 8994e7ede..1a21328ed 100644 --- a/gettext-tools/src/Makefile.msvc +++ b/gettext-tools/src/Makefile.msvc @@ -525,7 +525,7 @@ gettextpo.lib : gettext-po.obj # gettextpo.dll and gettextpo.lib are created together. gettextpo.lib : ..\windows\gettextpo.def gettext-po.obj gettextpo.res gettextsrc.lib - $(CC) $(MFLAGS) $(DEBUGFLAGS) -LD ..\windows\gettextpo.def gettext-po.obj gettextsrc.lib ..\lib\gettextlib.lib gettextpo.res -Fegettextpo.dll + $(CC) $(MFLAGS) $(DEBUGFLAGS) -LD ..\windows\gettextpo.def gettext-po.obj gettextsrc.lib ..\lib\gettextlib.lib ..\intl\intl.lib gettextpo.res -Fegettextpo.dll gettextpo.res : ../windows/gettextpo.rc rc -Fo gettextpo.res ../windows/gettextpo.rc