aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-02-02 16:11:40 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2015-02-02 16:30:46 +0000
commite102c34cf04f5966aad884be39f01ab9416e66f4 (patch)
treea327c5905cbbe3f3008d7d82c44ef1ef2b3a58ed /docbook
parent6db0a358ea963dc5be6a34f58198613b320622c3 (diff)
Minor doc changes for Windows build
Further removal of older style build environment. Change-Id: I499ba50f55620ad627de3dc4316051985d00a7f5 Reviewed-on: https://code.wireshark.org/review/6918 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_sources.asciidoc22
1 files changed, 4 insertions, 18 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
index 429c8d71b7..1241735414 100644
--- a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
@@ -384,31 +384,17 @@ to see what options you have.
==== Win32 native
-First, check the file 'config.nmake' to determine if it reflects your
-configuration. The settings in this file are well documented but there are a lot
-of them so please look closely. If you've installed the libraries and tools as
-recommended there should be no need to change anything.
-
-Many of the file and directory names used in the build process go past the old
-8.3 naming limitations. As a result you should use the `cmd.exe` command
-interpreter instead of the old `command.com`.
-
-Be sure that your command-line environment is set up to compile
-and link with MSV$$C++$$. When installing MSV$$C++$$, you can have your
-system's environment set up to always allow compiling from the
-command line, or you can invoke the vcvars32.bat script, which can
-usually be found in the _VC98\Bin_subdirectory of the
-directory in which Visual Studio was installed.
-
+Ensure you have correctly set your build environment as discussed in
+<<ChSetupPrepareCommandCom>>
You should then cleanup any intermediate files, which are shipped for
-convenience of Unix users, by typing at the command line prompt (cmd.exe):
+convenience of Unix users, by typing at the command line prompt:
----
> nmake -f Makefile.nmake distclean
----
-After doing this, typing at the command line prompt (cmd.exe):
+After doing this, typing at the command line prompt:
----
> nmake -f Makefile.nmake all