summaryrefslogtreecommitdiff
path: root/config/pin_base.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/pin_base.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/pin_base.mpb')
-rw-r--r--config/pin_base.mpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pin_base.mpb b/config/pin_base.mpb
index 26bb6d5d..261b367e 100644
--- a/config/pin_base.mpb
+++ b/config/pin_base.mpb
@@ -15,7 +15,7 @@ project {
compile_flags += /Oy
}
- specific (vc10, vc11, vc12, vc14, vs2017, vs2019) {
+ specific (prop:microsoft) {
runtime_library = MultiThreaded
ImageHasSafeExceptionHandlers = false