summaryrefslogtreecommitdiff
path: root/config/wireshark.mpb
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 08:17:14 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 08:17:14 +0100
commit41246e9646bc3261c32e24c74271f14ab3c54fe7 (patch)
tree85f2afbdf2fb706f6ab1282ec677a652e013e97a /config/wireshark.mpb
parentf8e7d0994daddd64ffd68bc573bf3f5a12766918 (diff)
downloadMPC-41246e9646bc3261c32e24c74271f14ab3c54fe7.tar.gz
Improvements for Visual Studio 2017
* config/wireshark.mpb: * docs/html/MakeProjectCreator.html: * modules/VC15ProjectCreator.pm: * modules/VC15WorkspaceCreator.pm:
Diffstat (limited to 'config/wireshark.mpb')
-rw-r--r--config/wireshark.mpb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/wireshark.mpb b/config/wireshark.mpb
index cfcbb91e..37629dce 100644
--- a/config/wireshark.mpb
+++ b/config/wireshark.mpb
@@ -26,6 +26,9 @@ project : glib {
specific(vc14) {
macros += MSC_VER_REQUIRED=1900
}
+ specific(vc15) {
+ macros += MSC_VER_REQUIRED=1910
+ }
verbatim(nmake, top) {
include $(WIRESHARK_SRC)/config.nmake
}