summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2003-08-26 16:26:19 +0000
committermichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2003-08-26 16:26:19 +0000
commit0581a7046f2268036997cd759ee4745874e5ad41 (patch)
tree0bd00f561ebedd90b6f3280682ba24a953f68736
parentfbe9d3805536d4eca4676d99bda0aed48082bb44 (diff)
downloadMPC-0581a7046f2268036997cd759ee4745874e5ad41.tar.gz
Tue Aug 26 11:22:41 UTC 2003 Justin Michel <michel_j@ociweb.com>
-rw-r--r--templates/vc7.mpd5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/vc7.mpd b/templates/vc7.mpd
index fd21689e..845241e0 100644
--- a/templates/vc7.mpd
+++ b/templates/vc7.mpd
@@ -23,9 +23,8 @@
Name="VCCLCompilerTool"
<%if(optimize)%>
Optimization="<%optimize%>"
-<%endif%>
-<%if(OptimizeForProcessor)%>
- Optimization="<%OptimizeForProcessor%>"
+<%else%>
+ Optimization="0"
<%endif%>
AdditionalIncludeDirectories="<%foreach(includes)%><%include%><%fornotlast(",")%><%endfor%>"
PreprocessorDefinitions="<%if(type_is_dynamic)%><%foreach(dynamicflags)%><%dynamicflag%>;<%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%><%staticflag%>;<%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%><%pch_define%>;<%endfor%><%endif%><%foreach(defines common_defines macros)%><%define%><%fornotlast(";")%><%endfor%>"