]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Link gettextpo.dll against intl.dll.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Feb 2005 19:04:38 +0000 (19:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:14 +0000 (12:12 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.msvc

index 862154913ab626bdd69c30f6a8c339dcdaee9141..4f2fdb7ce251fd0c98689b393d3b3efadef0033e 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-12  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.msvc (gettextpo.lib): Link with intl.lib as well.
+
 2005-02-12  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.msvc (msginit_OBJECTS): Add plural-count.obj.
index 8994e7ede5e45d7ab3dfbf1eb585c6ad45e5ecc1..1a21328ed3494b124d285b2569309b492c7ad398 100644 (file)
@@ -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