1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

That last change shouldn't have included the assembler tool definition

This commit is contained in:
Sean Evoy 2004-06-26 22:33:22 +00:00
parent 29ab091666
commit 995d86e7e5

View file

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