summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-06-30 17:37:41 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-06-30 17:37:41 +0000
commit05e6744581f69e5d5df70b094f704069e904b17a (patch)
treebc7a2d6df2ea3f1a007db15fd502e20139ec9351 /config
parenta9b200b18c2558e0689805bdb18b8623b02ffcbc (diff)
downloadMPC-05e6744581f69e5d5df70b094f704069e904b17a.tar.gz
ChangeLogTag: Mon Jun 30 17:35:25 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config')
-rw-r--r--config/pin_base.mpb2
-rw-r--r--config/pintool.mpb4
-rw-r--r--config/winapp.mpb2
-rw-r--r--config/wireshark.mpb2
4 files changed, 5 insertions, 5 deletions
diff --git a/config/pin_base.mpb b/config/pin_base.mpb
index 9ed92747..f1d58222 100644
--- a/config/pin_base.mpb
+++ b/config/pin_base.mpb
@@ -16,7 +16,7 @@ project {
}
- specific (vc10, vc11, vc12, vc13, vc14) {
+ specific (vc10, vc11, vc12, vc14) {
runtime_library = MultiThreaded
ImageHasSafeExceptionHandlers = false
diff --git a/config/pintool.mpb b/config/pintool.mpb
index 04b8567e..65a01390 100644
--- a/config/pintool.mpb
+++ b/config/pintool.mpb
@@ -43,7 +43,7 @@ feature (ia32) {
link_options += /ENTRY:Ptrace_DllMainCRTStartup@12
}
- specific (vc10, vc11, vc12, vc13, vc14) {
+ specific (vc10, vc11, vc12, vc14) {
EntryPointSymbol = Ptrace_DllMainCRTStartup@12
}
}
@@ -53,7 +53,7 @@ feature (intel64) {
link_options += /ENTRY:Ptrace_DllMainCRTStartup
}
- specific (vc10, vc11, vc12, vc13, vc14) {
+ specific (vc10, vc11, vc12, vc14) {
EntryPointSymbol = Ptrace_DllMainCRTStartup
}
}
diff --git a/config/winapp.mpb b/config/winapp.mpb
index 9fc36863..5807754d 100644
--- a/config/winapp.mpb
+++ b/config/winapp.mpb
@@ -7,7 +7,7 @@ project {
} else {
subsystem = 2
}
- specific(vc10, vc11, vc12, vc13, vc14) {
+ specific(vc10, vc11, vc12, vc14) {
subsystem = Windows
}
}
diff --git a/config/wireshark.mpb b/config/wireshark.mpb
index fe45d1af..4a69df98 100644
--- a/config/wireshark.mpb
+++ b/config/wireshark.mpb
@@ -18,7 +18,7 @@ project : glib {
specific(vc9) {
macros += MSC_VER_REQUIRED=1500
}
- specific(vc10, vc11, vc12, vc13, vc14) {
+ specific(vc10, vc11, vc12, vc14) {
macros += MSC_VER_REQUIRED=1600
}
verbatim(nmake, top) {