+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.
# 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