diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-09-11 22:35:50 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-09-11 22:35:50 +0000 |
commit | 78eadfe97a1d7d3bb55ba64709fc3e633866f39f (patch) | |
tree | 042bd60bb8007be8f4a52a3338f1f08ff38bf42b /docbook | |
parent | 5c3332c4975ad661657a4ad4fd32b1ee8a17623a (diff) | |
download | wireshark-78eadfe97a1d7d3bb55ba64709fc3e633866f39f.tar.gz wireshark-78eadfe97a1d7d3bb55ba64709fc3e633866f39f.tar.bz2 wireshark-78eadfe97a1d7d3bb55ba64709fc3e633866f39f.zip |
added a section about nmake 1.5 from microsoft
svn path=/trunk/; revision=11968
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/dg-src/EDG_chapter_tools.xml | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/docbook/dg-src/EDG_chapter_tools.xml b/docbook/dg-src/EDG_chapter_tools.xml index 48a45a2ea0..f240df745c 100644 --- a/docbook/dg-src/EDG_chapter_tools.xml +++ b/docbook/dg-src/EDG_chapter_tools.xml @@ -420,6 +420,10 @@ Verwendung: cl [ Option... ] Dateiname... [ /link Linker-Option... ]]]> the version 7 C compiler will have the problems described above! </para> </note> + <para> + XXX - what about the legal issue, as the MSVCRT70.dll had to be shipped + with Ethereal. + </para> </section> </section> @@ -562,7 +566,7 @@ PARTICULAR PURPOSE.]]> </section> <section id="ChToolsNmake"> - <title>Win32 native: nmake</title> + <title>Win32 native: nmake from MSVC</title> <para> nmake is part of the Microsoft Visual Studio suite, see comment above. </para> @@ -594,6 +598,35 @@ Stop.]]]> </para> </section> + <section id="ChToolsNmake15"> + <title>Win32 native: nmake from microsoft.com</title> + <warning><title>Warning!</title> + <para> + It is recommended to use the Microsoft Visual Studio version 6 to compile + Ethereal for Win32, see <xref linkend="ChToolsCompiler"/>. Don't follow the + instructions in this section, until you now what you are doing. + </para> + </warning> + <para> + NMAKE 1.5 can be downloaded from Microsoft.com if you search for + "KB132084". Unpack the archive by running it, and drop the 3 extracted + files in the MSVC++ Toolkit "bin" directory. + </para> + <para> + You will also need <filename>win32.mak</filename>, which you can get from + the MS Win Platform SDK by browsing to <ulink + url="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"/> + where you select the "Core SDK" and only tick the "Build Environment" + (31MB) option. After a while, this SDK will be installed. + </para> + <para> + From the start menu, choose "Programs" + -> "Microsoft Platform SDK February 2003" + -> "Open build environment window" + -> (choose your OS Win2K/WinXP/Win2003) + </para> + </section> + </section> |