aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-23 20:49:18 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-23 20:49:18 +0000
commit20c7cf091e2562ca0271fa98971d545e96302038 (patch)
tree083353a6fb4cd938ac466ea1b9423968a0648d8a
parent53e6306b704ff11b26eaff68cfbd361be74aa541 (diff)
We have one assembler-language module, so note that the assembler is
needed - and that there are separate 32-bit-target and 64-bit-target assemblers. svn path=/trunk/; revision=45079
-rw-r--r--docbook/wsdg_src/WSDG_chapter_tools.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_tools.xml b/docbook/wsdg_src/WSDG_chapter_tools.xml
index b4e62ac03a..8d2c565cd8 100644
--- a/docbook/wsdg_src/WSDG_chapter_tools.xml
+++ b/docbook/wsdg_src/WSDG_chapter_tools.xml
@@ -225,6 +225,10 @@ PARTICULAR PURPOSE.]]>
<para>C compiler (<filename>cl.exe</filename>)</para>
</listitem>
<listitem>
+ <para>Assembler (<filename>ml.exe</filename> for 32-bit targets
+ and <filename>ml64.exe</filename> for 64-bit targets)</para>
+ </listitem>
+ <listitem>
<para>Linker (<filename>link.exe</filename>)</para>
</listitem>
<listitem>