aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnders <anders.broman@ericsson.com>2015-05-29 10:33:58 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-13 12:03:53 +0000
commit738cf424d698ea56a680d79c5039703492e1a7ff (patch)
treedd17f4666b0941fda67414a7ee602f471cccee23 /tools
parent6087f2a2608f1c841e2a1af51d5fdef98906f965 (diff)
Make building with MSVC2015 work
TODO: - LUA is commented out probably needs to be built with MSVC 2015. - GeoIP is commented out, causes packet-ip* to not build. - Qt not built, needs Qt with MSVC 2015 Change-Id: I1658077931b89b9a22ee32e5ed7de38e07fb6a55 Reviewed-on: https://code.wireshark.org/review/8683 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index b784764ea2..c69af7d425 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -86,7 +86,7 @@ Param(
$Platform,
[Parameter(Mandatory=$false, Position=2)]
- [ValidateSet("12", "11", "10")]
+ [ValidateSet("14", "12", "11", "10")]
[String]
$VSVersion,