Developers Guide: Fix issue with Windows env vars

Change-Id: I2f78cf59267196c2994f7f16934562074afa9f4f
Reviewed-on: https://code.wireshark.org/review/33358
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2019-05-25 17:50:21 +01:00
parent 6ca48b2b66
commit 93303118d4
1 changed files with 0 additions and 6 deletions

View File

@ -347,12 +347,6 @@ Set the following environment variables, using paths and values suitable for you
> set WIRESHARK_VERSION_EXTRA=-YourExtraVersionInfo
----
If you are using a version of Visual Studio earlier than VS2017 then you must set an additional env var,
e.g. for VS2019 set the following:
----
> set VisualStudioVersion=10.0
----
Setting these variables could be added to a batch file to be run after you open
the Visual Studio Tools Command Prompt.