summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2005-05-17 18:58:14 +0000
committermichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2005-05-17 18:58:14 +0000
commit68e71772b8ab679d0c83fb7d76d12c194a93b115 (patch)
treead39a002b2ab1560ff50503f0d858b29a47566e6
parent005b5d61a97f2fc3fe03a7ce5618508034fc3e79 (diff)
downloadMPC-68e71772b8ab679d0c83fb7d76d12c194a93b115.tar.gz
ChangeLogTag: Tue May 17 13:54:12 2005 Justin Michel <michel_j@ociweb.com>
-rw-r--r--ChangeLog16
-rw-r--r--templates/vc7.mpd2
-rw-r--r--templates/vc8.mpd2
3 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e7e28e..569beb31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Tue May 17 13:54:12 2005 Justin Michel <michel_j@ociweb.com>
+
+ * templates/vc7.mpd:
+
+ Default to enabling wchar_t as a native type. This should now work
+ correctly given my recent changes to ACE.
+
+ * templates/vc8.mpd:
+
+ Remove an extra "/>" that was inadvertently left in the template. Strangely
+ this did not cause an error when opening the solution in the IDE, but only
+ showed up in the nightly builds.
+
+
+
+
Tue May 17 12:40:35 2005 Chad Elliott <elliott_c@ociweb.com>
* modules/WinProjectBase.pm:
diff --git a/templates/vc7.mpd b/templates/vc7.mpd
index 28e9be9c..5993fae1 100644
--- a/templates/vc7.mpd
+++ b/templates/vc7.mpd
@@ -43,7 +43,7 @@
RuntimeLibrary="<%if(!optimize)%><%runtime_library("3")%><%else%><%runtime_library("2")%><%endif%>"
BufferSecurityCheck="<%BufferSecurityCheck("TRUE")%>"
EnableFunctionLevelLinking="<%EnableFunctionLevelLinking("TRUE")%>"
- TreatWChar_tAsBuiltInType="<%wchar_t("FALSE")%>"
+ TreatWChar_tAsBuiltInType="<%wchar_t("TRUE")%>"
<%if(forloopscope)%>
ForceConformanceInForLoopScope="<%forloopscope%>"
<%endif%>
diff --git a/templates/vc8.mpd b/templates/vc8.mpd
index 57ac77be..e4e36193 100644
--- a/templates/vc8.mpd
+++ b/templates/vc8.mpd
@@ -180,7 +180,7 @@
<%endif%>
Detect64BitPortabilityProblems="<%Detect64BitPortabilityProblems("true")%>"
<%if(!optimize)%>
- DebugInformationFormat="<%debug_format("3")%>"/>
+ DebugInformationFormat="<%debug_format("3")%>"
<%endif%>
<%if(CallingConvention)%>
CallingConvention="<%CallingConvention%>"