summaryrefslogtreecommitdiff
path: root/templates/sle.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-02-17 16:10:37 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-02-17 16:10:37 +0000
commit8ea2760b75c564c31c10a4658656db19135a0a96 (patch)
tree5bd15908fd25433e7cd6eca7e4aa590b33f834af /templates/sle.mpd
parenta9fa949bf7ebbca103117c11f7d56a308c483379 (diff)
downloadMPC-8ea2760b75c564c31c10a4658656db19135a0a96.tar.gz
ChangeLogTag: Thu Feb 17 10:09:21 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/sle.mpd')
-rw-r--r--templates/sle.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sle.mpd b/templates/sle.mpd
index effce3ca..cd2c9322 100644
--- a/templates/sle.mpd
+++ b/templates/sle.mpd
@@ -22,7 +22,7 @@
RunFromDir="%rw">
<Exec
CmdLine='g++ -c %xup -g -o "%bd%n%oe" %i "%f" %~other'
- OtherOptions="-W -Wall -Wpointer-arith -mcpu=pentiumpro -mthreads -pipe -fno-exceptions -fcheck-new <%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%>"/>
+ OtherOptions="-W -Wall -Wpointer-arith -mcpu=pentiumpro -mthreads -pipe -fno-exceptions -fcheck-new <%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%>"/>
</Target>
<Target
Name="Link"