summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-05-14 15:08:01 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-05-14 15:08:01 +0000
commitb1cf62b8fcaa9484da1391e438bc616f664c00c4 (patch)
tree0f9c9e9d683a028340d0adb0b8e5b2c51a55fd0a /docbook
parent6f83c762357bc2c91cff683b22775f1d46ae6e83 (diff)
downloadwireshark-b1cf62b8fcaa9484da1391e438bc616f664c00c4.tar.gz
some minor fixes for the Win32 setup guide:
- command.com -> cmd.exe - reverse the calling of vcvars32 and setenv environment setting scripts (to avoid problems with nmake) svn path=/trunk/; revision=21767
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.xml36
1 files changed, 18 insertions, 18 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
index 573a2e79da..c4fc436c4a 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
@@ -244,17 +244,11 @@
Files appears elsewhere</para>
</section>
<section id="ChSetupPrepareCommandCom">
- <title>Prepare command.com</title>
- <para>Prepare command.com - set environment and current dir.
+ <title>Prepare cmd.exe</title>
+ <para>Prepare cmd.exe - set environment and current dir.
<orderedlist>
<listitem>
- <para>start command.com</para>
- </listitem>
- <listitem>
- <para>call "C:\Program Files\Microsoft Visual Studio
- 8\VC\bin\vcvars32.bat" to set environment variables of
- Visual C++ 2005 Express Edition
- <superscript>12</superscript></para>
+ <para>start cmd.exe</para>
</listitem>
<listitem>
<para>call "C:\Program Files\Microsoft Platform SDK for
@@ -263,6 +257,12 @@
<superscript>12</superscript></para>
</listitem>
<listitem>
+ <para>call "C:\Program Files\Microsoft Visual Studio
+ 8\VC\bin\vcvars32.bat" to set environment variables of
+ Visual C++ 2005 Express Edition
+ <superscript>12</superscript></para>
+ </listitem>
+ <listitem>
<para>cd C:\wireshark to jump into the source
directory</para>
</listitem>
@@ -276,7 +276,7 @@
different values here, e.g. a german version uses
C:/Programme - take this also in account where C:\Program
Files appears elsewhereNote: You need to repeat steps 1 - 4
- each time you open a new command.com!</para>
+ each time you open a new cmd.exe!</para>
</section>
<section id="ChToolsWin32Verify">
<title>Verify installed tools</title>
@@ -338,8 +338,8 @@
<title>Install Libraries</title>
<orderedlist>
<listitem>
- <para>If you've closed command.com in the meantime,
- prepare command.com again</para>
+ <para>If you've closed cmd.exe in the meantime,
+ prepare cmd.exe again</para>
</listitem>
<listitem>
<para>nmake -f Makefile.nmake verify_tools verify
@@ -366,8 +366,8 @@
first time!
<orderedlist>
<listitem>
- <para>If you've closed command.com in the meantime,
- prepare command.com again</para>
+ <para>If you've closed cmd.exe in the meantime,
+ prepare cmd.exe again</para>
</listitem>
<listitem>
<para>nmake -f Makefile.nmake distclean to cleanup the
@@ -380,8 +380,8 @@
<para>Now it's time to build Wireshark ...
<orderedlist>
<listitem>
- <para>If you've closed command.com in the meantime,
- prepare command.com again</para>
+ <para>If you've closed cmd.exe in the meantime,
+ prepare cmd.exe again</para>
</listitem>
<listitem>
<para>nmake -f Makefile.nmake all to build
@@ -434,8 +434,8 @@
<superscript>1</superscript></para>
</listitem>
<listitem>
- <para>If you've closed command.com in the meantime,
- prepare command.com again</para>
+ <para>If you've closed cmd.exe in the meantime,
+ prepare cmd.exe again</para>
</listitem>
<listitem>
<para>nmake -f Makefile.nmake packaging build Wireshark