1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Commit for bug 57860 -- Managed make builder cannot handle .s files

This commit is contained in:
Sean Evoy 2004-06-27 18:18:10 +00:00
parent 08ba5b3731
commit 87e950ec5a

View file

@ -438,7 +438,7 @@
name="%Option.Posix.UndefSym"
id="gnu.windres.option.preprocessor.undefined.symbols"/>
</tool-->
<!--tool
<tool
command="as"
sources="s,S"
outputs="o"
@ -478,7 +478,7 @@
category="gnu.asm.category.general"
name="%Option.Gnu.Assembler.version"
id="gnu.both.asm.option.version"/>
</tool-->
</tool>
<target
name="%TargetName.gnu"
id="cdt.managedbuild.target.gnu"
@ -953,6 +953,9 @@
valueType="boolean">
</option>
</tool>
<toolReference
outputs="o"
id="cdt.managedbuild.tool.gnu.assembler"/>
</target>
<target
isAbstract="false"