summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-09-03 13:30:51 -0500
committerAdam Mitz <mitza@ociweb.com>2015-09-03 13:30:51 -0500
commita3764d08e4bb5a8875ea3c25d904bb0c4e608af3 (patch)
treec99f6e1e4ed5506479025a1521646e13c9c5041a /config
parent8f9babed52b958244a1326150375ded488d60352 (diff)
downloadMPC-a3764d08e4bb5a8875ea3c25d904bb0c4e608af3.tar.gz
Updated wireshark.mpb for compatibility with vc11, vc12, vc14
Diffstat (limited to 'config')
-rw-r--r--config/wireshark.mpb11
1 files changed, 10 insertions, 1 deletions
diff --git a/config/wireshark.mpb b/config/wireshark.mpb
index 9fbc513f..807f8b44 100644
--- a/config/wireshark.mpb
+++ b/config/wireshark.mpb
@@ -14,8 +14,17 @@ project : glib {
specific(vc9) {
macros += MSC_VER_REQUIRED=1500
}
- specific(vc10, vc11, vc12, vc14) {
+ specific(vc10) {
macros += MSC_VER_REQUIRED=1600
+ }
+ specific(vc11) {
+ macros += MSC_VER_REQUIRED=1700
+ }
+ specific(vc12) {
+ macros += MSC_VER_REQUIRED=1800
+ }
+ specific(vc14) {
+ macros += MSC_VER_REQUIRED=1900
}
verbatim(nmake, top) {
include $(WIRESHARK_SRC)/config.nmake