From 93303118d43041c0fa1e428f218cc7afe9204de5 Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Sat, 25 May 2019 17:50:21 +0100 Subject: [PATCH] Developers Guide: Fix issue with Windows env vars Change-Id: I2f78cf59267196c2994f7f16934562074afa9f4f Reviewed-on: https://code.wireshark.org/review/33358 Petri-Dish: Graham Bloice Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice --- docbook/wsdg_src/WSDG_chapter_quick_setup.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc index 58fc75bd14..e8313e86de 100644 --- a/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc +++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.adoc @@ -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.