summaryrefslogtreecommitdiff
path: root/config/pin_base.mpb
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-04-01 13:06:33 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-04-01 13:06:33 +0200
commitcf73133932b2665e1e6b15f5b023599cd70eaae4 (patch)
treecfb50fa42b01b20244316f2fe7c14f184d3bb77c /config/pin_base.mpb
parenta8dd815691af88024fd05fb5589a524a240f2051 (diff)
downloadMPC-cf73133932b2665e1e6b15f5b023599cd70eaae4.tar.gz
Add vc15
* config/pin_base.mpb: * config/pintool.mpb: * config/winapp.mpb: * config/wireshark.mpb: * docs/html/MakeProjectCreator.html:
Diffstat (limited to 'config/pin_base.mpb')
-rw-r--r--config/pin_base.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pin_base.mpb b/config/pin_base.mpb
index 2af0a49d..dc358889 100644
--- a/config/pin_base.mpb
+++ b/config/pin_base.mpb
@@ -13,7 +13,7 @@ project {
compile_flags += /Oy
}
- specific (vc10, vc11, vc12, vc14) {
+ specific (vc10, vc11, vc12, vc14, vc15) {
runtime_library = MultiThreaded
ImageHasSafeExceptionHandlers = false
@@ -67,7 +67,7 @@ feature(ia32) {
libpaths += $(PIN_ROOT)/ia32/lib \
$(PIN_ROOT)/ia32/lib-ext \
$(PIN_ROOT)/extras/xed-ia32/lib \
- $(PIN_ROOT)/extras/components/lib/ia32
+ $(PIN_ROOT)/extras/components/lib/ia32
macros += TARGET_IA32 HOST_IA32