summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--templates/vc11dll.mpt2
-rw-r--r--templates/vc11exe.mpt2
-rw-r--r--templates/vc11lib.mpt2
-rw-r--r--templates/vc11libexe.mpt2
5 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 78b66106..6bf826e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue Nov 19 07:37:13 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * templates/vc11dll.mpt:
+ * templates/vc11exe.mpt:
+ * templates/vc11lib.mpt:
+ * templates/vc11libexe.mpt:
+ Use vc11 instead of vc11, fixes bugzilla 4147, thanks to
+ Russ Noseworthy <J dot Russell dot Noseworthy at TENA-SDA dot org>
+ for reporting this
+
Mon Nov 18 16:12:07 UTC 2013 James H. Hill <hillj@cs.iupui.edu>
* config/pin_base.mpb:
diff --git a/templates/vc11dll.mpt b/templates/vc11dll.mpt
index e9bd170a..76389700 100644
--- a/templates/vc11dll.mpt
+++ b/templates/vc11dll.mpt
@@ -72,4 +72,4 @@ MFC Debug {
}
conditional_include "vcpartialmacros"
-conditional_include "user_vc10dll"
+conditional_include "user_vc11dll"
diff --git a/templates/vc11exe.mpt b/templates/vc11exe.mpt
index dc3e5657..0edb11b5 100644
--- a/templates/vc11exe.mpt
+++ b/templates/vc11exe.mpt
@@ -78,4 +78,4 @@ MFC Debug {
}
conditional_include "vcpartialmacros"
-conditional_include "user_vc10exe"
+conditional_include "user_vc11exe"
diff --git a/templates/vc11lib.mpt b/templates/vc11lib.mpt
index 74d12a7b..352f7348 100644
--- a/templates/vc11lib.mpt
+++ b/templates/vc11lib.mpt
@@ -74,4 +74,4 @@ MFC Debug {
}
conditional_include "vcpartialmacros"
-conditional_include "user_vc10lib"
+conditional_include "user_vc11lib"
diff --git a/templates/vc11libexe.mpt b/templates/vc11libexe.mpt
index fc259a63..787de3a2 100644
--- a/templates/vc11libexe.mpt
+++ b/templates/vc11libexe.mpt
@@ -82,4 +82,4 @@ MFC Debug {
}
conditional_include "vcpartialmacros"
-conditional_include "user_vc10libexe"
+conditional_include "user_vc11libexe"