summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-08-27 14:05:00 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-08-27 14:05:00 +0000
commitde6385ace5150eb58d708ed4b3bf09f1db576969 (patch)
treec24434e3505f82240d46da8496e4644249e86deb
parent8f344dbb5e1a476487744a0606498666451c5891 (diff)
downloadMPC-de6385ace5150eb58d708ed4b3bf09f1db576969.tar.gz
ChangeLogTag: Fri Aug 27 09:03:12 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog8
-rw-r--r--templates/vc7.mpd2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 83121878..6eb460fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Aug 27 09:03:12 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * templates/vc7.mpd:
+
+ Changed the wchar_t setting to FALSE which is the default for new
+ projects created in Visual C++ 7. It can be changed to TRUE by
+ passing "-value_template wchar_t=TRUE" to MPC.
+
Fri Aug 27 08:35:39 2004 Chad Elliott <elliott_c@ociweb.com>
* modules/WorkspaceCreator.pm:
diff --git a/templates/vc7.mpd b/templates/vc7.mpd
index cc24a2c4..78215ef0 100644
--- a/templates/vc7.mpd
+++ b/templates/vc7.mpd
@@ -42,7 +42,7 @@
RuntimeLibrary="<%if(!optimize)%><%runtime_library("3")%><%else%><%runtime_library("2")%><%endif%>"
BufferSecurityCheck="<%BufferSecurityCheck("TRUE")%>"
EnableFunctionLevelLinking="<%EnableFunctionLevelLinking("TRUE")%>"
- TreatWChar_tAsBuiltInType="TRUE"
+ TreatWChar_tAsBuiltInType="<%wchar_t("FALSE")%>"
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="<%rtti("TRUE")%>"
<%if(pch_header)%>