summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-30 17:57:04 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-30 17:57:04 +0000
commitaa193e2563f3706708291a4be901926f19ec6640 (patch)
tree8deef31ff7b24f074c7ce283d081041f3020be13 /docbook
parent3db746a5c2c83d60c4c694ef6ce19fd3744b6195 (diff)
downloadwireshark-aa193e2563f3706708291a4be901926f19ec6640.tar.gz
use setup target output of MSVC2005EE and not the older MSVC6, mention that the exact string may vary on the MSVC version
svn path=/trunk/; revision=21284
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
index 3fa5ba80b9..ac62d66d34 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
@@ -242,7 +242,7 @@
C:/Programme - take this also in account where C:\Program
Files appears elsewhere</para>
</section>
- <section>
+ <section id="ChSetupPrepareCommandCom">
<title>Prepare command.com</title>
<para>Prepare command.com - set environment and current dir.
<orderedlist>
@@ -302,10 +302,9 @@
<para>
<programlisting>
<![CDATA[Checking for required applications:
- cl: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin/cl
- link: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin/link
- nmake: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin/nmake
-
+ cl: /cygdrive/c/Programme/Microsoft Visual Studio 8/VC/BIN/cl
+ link: /cygdrive/c/Programme/Microsoft Visual Studio 8/VC/BIN/link
+ nmake: /cygdrive/c/Programme/Microsoft Visual Studio 8/VC/BIN/nmake
bash: /usr/bin/bash
bison: /usr/bin/bison
flex: /usr/bin/flex
@@ -321,9 +320,10 @@
</programlisting>
</para>
<para>If you have problems with all the first three ones,
- check if you called ...\Microsoft Visual
- Studio\VC98\Bin\vcvars32.bat before (which will "fix" your
- PATH settings).</para>
+ check if you called vcvars32/SetEnv as mentioned in <xref
+ linkend="ChSetupPrepareCommandCom" /> (which will "fix"
+ your PATH settings). However, the exact text will be slightly
+ different depending on the MSVC version used.</para>
<para>Unfortunately, the link command is defined both from
cygwin and from MSVC with completely different purpose,
you'll need the MSVC link. If your link command looks