Give information on setting up cmd.exe environment variables to build

64-bit Wireshark.

svn path=/trunk/; revision=45074
This commit is contained in:
Guy Harris 2012-09-23 20:12:19 +00:00
parent 29235b9d10
commit dc4542a435
1 changed files with 8 additions and 2 deletions

View File

@ -326,8 +326,14 @@ title Command Prompt (VC++ 2010)]]>
</listitem>
-->
<listitem>
<para>call <command>C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat</command>
to set environment variables of Visual C++ 2010 Express Edition.
<para>if you won't be building 64-bit binaries, call
<command>C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat</command>
to set environment variables of Visual C++ 2010 Express
Edition; if you will be building 64-bit binaries, call
<command>C:\Program Files\Microsoft Visual Studio 10\VC\Vcvarsall.bat x86_amd64</command>
if you are building on a 32-bit machine and call
<command>C:\Program Files\Microsoft Visual Studio 10\VC\Vcvarsall.bat amd64</command>
if you are building on a 64-bit machine.
<superscript>1,2</superscript></para>
</listitem>
<listitem>