summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-10-02 09:12:32 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-10-02 09:12:32 +0000
commit34a3a1c9ebb9f9ae43ad7edacab9b814b332627f (patch)
tree8a1b174870baad7f3e0e3e052c2490480a965ccb /docbook
parent1551cccaff7c7a5b2df8592573842c38f85cd71e (diff)
downloadwireshark-34a3a1c9ebb9f9ae43ad7edacab9b814b332627f.tar.gz
2008EE is the example throughout that chapter, use it in this config.nmake example as well
svn path=/trunk/; revision=30245
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
index 2ac88f377c..0e7fde1a84 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
@@ -239,9 +239,9 @@ title Command Prompt (VC++ 2008)]]>
<superscript>2</superscript></para>
</listitem>
<listitem>
- <para>MSVC_VARIANT : Make sure the variant for your compiler is uncommented, and that all others are commented out. For example, if you're using Visual C++ 2005 Express Edition, find the line
+ <para>MSVC_VARIANT : Make sure the variant for your compiler is uncommented, and that all others are commented out. For example, if you're using Visual C++ 2008 Express Edition, find the line
<programlisting>
- <![CDATA[#MSVC_VARIANT=MSVC2005EE]]>
+ <![CDATA[#MSVC_VARIANT=MSVC2008EE]]>
</programlisting>
and remove the comment character (#)
from the beginning of the line. Then, find the line