]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Mention three more runtime libs on Woe32. See
authorBruno Haible <bruno@clisp.org>
Fri, 1 Jul 2005 11:21:52 +0000 (11:21 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:37 +0000 (12:12 +0200)
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

gettext-tools/doc/ChangeLog
gettext-tools/doc/FAQ.html

index 356faa9cfb607b8daa0afaabf91c75b3d77ac79b..9ef2fb34c86009f06000eaec6b7425734c289eb9 100644 (file)
@@ -1,3 +1,8 @@
+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).
index 594e75d90fef5cb1a1ac0be34f2afdda3d5ea8c5..3b8d04afd2982e7696988ab73c0bd1635a768037 100644 (file)
@@ -599,11 +599,14 @@ package of <span style="font-family: monospace;">gettext-tools</span>.
 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