summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-03-23 14:51:55 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-03-23 14:51:55 +0000
commit23166bad309384073a90d80d4a877942ceb9c757 (patch)
tree4c35f60e194c6d80fd1e87902366d1419eb12df3
parentdb096cc0a0a62f19bc4d1b0f8aad17ba5101259c (diff)
downloadMPC-23166bad309384073a90d80d4a877942ceb9c757.tar.gz
ChangeLogTag: Thu Mar 23 14:51:12 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog8
-rw-r--r--templates/vc7.mpd2
-rw-r--r--templates/vc8.mpd2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6be4fb16..c319f25d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Mar 23 14:51:12 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
+
+ * templates/vc7.mpd:
+ * templates/vc8.mpd:
+
+ Added the missing UNICODE and _UNICODE macros to the resource file
+ compile line if the 'unicode' template variable is set.
+
Thu Mar 23 14:30:00 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
* modules/Driver.pm:
diff --git a/templates/vc7.mpd b/templates/vc7.mpd
index b9325969..2ee430b2 100644
--- a/templates/vc7.mpd
+++ b/templates/vc7.mpd
@@ -176,7 +176,7 @@
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="<%foreach(defines macros)%><%define%><%fornotlast(";")%><%endfor%>"
+ PreprocessorDefinitions="<%if(unicode)%>UNICODE;_UNICODE;<%endif%><%foreach(defines macros)%><%define%><%fornotlast(";")%><%endfor%>"
Culture="<%culture("1033")%>"
AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>"/>
<Tool
diff --git a/templates/vc8.mpd b/templates/vc8.mpd
index f602e029..c599da58 100644
--- a/templates/vc8.mpd
+++ b/templates/vc8.mpd
@@ -255,7 +255,7 @@
/>
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="<%foreach(defines macros)%><%define%><%fornotlast(";")%><%endfor%>"
+ PreprocessorDefinitions="<%if(unicode)%>UNICODE;_UNICODE;<%endif%><%foreach(defines macros)%><%define%><%fornotlast(";")%><%endfor%>"
Culture="<%culture("1033")%>"
AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>"
/>