summaryrefslogtreecommitdiff
path: root/config/winapp.mpb
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-11-09 10:38:08 -0600
committerAdam Mitz <mitza@objectcomputing.com>2021-11-09 10:38:08 -0600
commit7ac5f65d66146090573d322a58f7cdddc63556ca (patch)
treecff089da04552f7067e54994704167efb19b1322 /config/winapp.mpb
parent22ad1c833ed7ef0909363175e698477dbe3f9e3a (diff)
downloadMPC-7ac5f65d66146090573d322a58f7cdddc63556ca.tar.gz
mpb updates for vs2022
In some cases, these no longer distinguish between pre-vc10 (vcproj) and modern (vcxproj) versions. Since vc10 is no longer supported, this will make for easier maintenance going forward.
Diffstat (limited to 'config/winapp.mpb')
-rw-r--r--config/winapp.mpb5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/winapp.mpb b/config/winapp.mpb
index b87b3d42..cacbfb2f 100644
--- a/config/winapp.mpb
+++ b/config/winapp.mpb
@@ -1,11 +1,8 @@
// -*- MPC -*-
project {
- specific(em3, nmake, vc6) {
+ specific(nmake) {
subsystem = windows
} else {
- subsystem = 2
- }
- specific(vc10, vc11, vc12, vc14, vs2017, vs2019) {
subsystem = Windows
}
}