summaryrefslogtreecommitdiff
path: root/config/pintool.mpb
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/pintool.mpb
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/pintool.mpb')
-rw-r--r--config/pintool.mpb4
1 files changed, 2 insertions, 2 deletions
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
}
}