summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@a3e5c962-4219-0410-a828-e124f845ac39>2004-10-18 15:04:36 +0000
committerdhinton <dhinton@a3e5c962-4219-0410-a828-e124f845ac39>2004-10-18 15:04:36 +0000
commit545831917ca235e6617551cca49871a938dc27e1 (patch)
tree33b3d6878dd09a074f76764f583f279cceaf062a
parent6bdf7a6b15641b2029035d1c7aa80ba0a3f52a88 (diff)
downloadMPC-unlabeled-1.48.2.tar.gz
fixed added macrosunlabeled-1.48.2
-rw-r--r--templates/vc6.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vc6.mpd b/templates/vc6.mpd
index 194cf9c0..fa0cfb00 100644
--- a/templates/vc6.mpd
+++ b/templates/vc6.mpd
@@ -57,7 +57,7 @@ RSC=rc.exe
<%if(type_is_static)%>
LINK32=link.exe -lib
<%endif%>
-# ADD CPP /nologo <%if(optimize)%>/O2<%else%>/Ob0<%endif%> <%compile_flags%> <%foreach(includes)%>/I "<%include%>" <%endfor%><%foreach(defines common_defines macros)%>/D <%define%> <%endfor%><%if(type_is_dynamic)%><%foreach(dynamicflags)%>/D <%dynamicflag%> <%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%>/D <%staticflag%> <%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%>/D <%pch_define%> <%endfor%><%if(pch_source)%>/Yu<%else%>/YX<%endif%>"<%pch_header%>" /Fp"<%intermediate_dir%>\<%noextension(project_file)%>\<%noextension(pch_header)%>.pch" <%endif%>/FD /c
+# ADD CPP /nologo <%if(optimize)%>/O2<%else%>/Ob0<%endif%> <%compile_flags%> <%foreach(includes)%>/I "<%include%>" <%endfor%><%foreach(defines common_defines macros)%>/D <%define%> <%endfor%><%foreach(macros)%>/D <%macro%> <%endfor%><%if(type_is_dynamic)%><%foreach(dynamicflags)%>/D <%dynamicflag%> <%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%>/D <%staticflag%> <%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%>/D <%pch_define%> <%endfor%><%if(pch_source)%>/Yu<%else%>/YX<%endif%>"<%pch_header%>" /Fp"<%intermediate_dir%>\<%noextension(project_file)%>\<%noextension(pch_header)%>.pch" <%endif%>/FD /c
<%if(compile_flags_removed)%>
# SUBTRACT CPP <%compile_flags_removed%>
<%endif%>