From e102c34cf04f5966aad884be39f01ab9416e66f4 Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Mon, 2 Feb 2015 16:11:40 +0000 Subject: 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 --- docbook/wsdg_src/WSDG_chapter_sources.asciidoc | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'docbook') 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 +<> 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 -- cgit v1.2.3