+2005-07-01 Bruno Haible <bruno@clisp.org>
+
+ * FAQ.html (windows_howto): Mention the three debugging runtime libs.
+ Reported by Stephane Matamontero <stephane.matamontero@gemodek.de>.
+
2005-05-02 Bruno Haible <bruno@clisp.org>
* gettext.texi (c-format): Write fprintf() instead of fprintf(3).
Then<br>
<ul>
<li>You need to add an <span style="font-family: monospace;">-MD</span>
-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 (<span
style="font-family: monospace;">-ML</span>, <span
style="font-family: monospace;">-MT</span>, <span
- style="font-family: monospace;">-MD</span>); the default is <span
+ style="font-family: monospace;">-MD</span>, <span
+ style="font-family: monospace;">-MLd</span>, <span
+ style="font-family: monospace;">-MTd</span>, <span
+ style="font-family: monospace;">-MDd</span>); the default is <span
style="font-family: monospace;">-ML</span>. <span
style="font-family: monospace;">intl.dll</span> uses the <span
style="font-family: monospace;">-MD</span> model, therefore the rest