aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/config.nsh.in
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2018-03-03 17:55:36 +0000
committerAnders Broman <a.broman58@gmail.com>2018-03-04 08:58:07 +0000
commit5b079291c41ae4f8abe7a33fa7b886ae0a314a30 (patch)
treefd465bec3856addb5730c6f994614e2117cb5b8c /packaging/nsis/config.nsh.in
parentc37eeafe8100624fb0c315ac607db32f7ad2c941 (diff)
Windows: Remove support for MSVC older than VS2015
Cleanup the support for older versions of Visual Studio Change-Id: Ieb97d56e9bff6a5902433e8d99b27276bc7034f7 Reviewed-on: https://code.wireshark.org/review/26247 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/nsis/config.nsh.in')
-rw-r--r--packaging/nsis/config.nsh.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/nsis/config.nsh.in b/packaging/nsis/config.nsh.in
index d92f14e7ed..b4dfff4b70 100644
--- a/packaging/nsis/config.nsh.in
+++ b/packaging/nsis/config.nsh.in
@@ -10,7 +10,6 @@
!define STAGING_DIR "@STAGING_DIR@"
!define WIRESHARK_TARGET_PLATFORM @WIRESHARK_TARGET_PLATFORM@
!define TARGET_MACHINE @TARGET_MACHINE@
-!define MSC_VER_REQUIRED @MSC_VER_REQUIRED@
!define WIRESHARK_LIB_DIR "@WIRESHARK_LIB_DIR@"
!define WINPCAP_PACKAGE_VERSION @WINPCAP_PACKAGE_VERSION@
!define PCAP_DISPLAY_VERSION @PCAP_DISPLAY_VERSION@
@@ -24,7 +23,6 @@
!endif
!define PRODUCT_VERSION @PRODUCT_VERSION@
-!define MSVCR_DLL "@MSVCR_DLL@"
!define VCREDIST_EXE "@VCREDIST_EXE@"
!define USER_GUIDE_DIR "@USER_GUIDE_DIR@"