From: Bruno Haible Date: Fri, 1 Jul 2005 11:21:52 +0000 (+0000) Subject: Mention three more runtime libs on Woe32. See X-Git-Tag: v0.15~504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef54c5494bfb5bb780b8eb41df9104579972b3bf;p=thirdparty%2Fgettext.git Mention three more runtime libs on Woe32. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/LNK4098.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_c_run.2d.time_libraries.asp --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 356faa9cf..9ef2fb34c 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-01 Bruno Haible + + * FAQ.html (windows_howto): Mention the three debugging runtime libs. + Reported by Stephane Matamontero . + 2005-05-02 Bruno Haible * gettext.texi (c-format): Write fprintf() instead of fprintf(3). diff --git a/gettext-tools/doc/FAQ.html b/gettext-tools/doc/FAQ.html index 594e75d90..3b8d04afd 100644 --- a/gettext-tools/doc/FAQ.html +++ b/gettext-tools/doc/FAQ.html @@ -599,11 +599,14 @@ package of gettext-tools. Then
  • You need to add an -MD -option to all compilation and link command lines. MSVC has three +option to all compilation and link command lines. MSVC has six different, mutually incompatible, compilation models (-ML, -MT, -MD); the default is -MD, -MLd, -MTd, -MDd); the default is -ML. intl.dll uses the -MD model, therefore the rest