mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add Builder to assignToOption ProjectType
This commit is contained in:
parent
5929ae3d9a
commit
e453669717
1 changed files with 7 additions and 0 deletions
|
@ -4637,6 +4637,13 @@
|
||||||
isAbstract="false"
|
isAbstract="false"
|
||||||
name="AssignToOption Executable Linker"
|
name="AssignToOption Executable Linker"
|
||||||
superClass="cdt.test.assignToOption.exeLinker"/>
|
superClass="cdt.test.assignToOption.exeLinker"/>
|
||||||
|
<builder
|
||||||
|
id="cdt.test.assignToOption.builder"
|
||||||
|
name="AssignToOption Builder"
|
||||||
|
command="make"
|
||||||
|
arguments="-k"
|
||||||
|
buildfileGenerator="org.eclipse.cdt.managedbuilder.makegen.gnu.GnuMakefileGenerator">
|
||||||
|
</builder>
|
||||||
</toolChain>
|
</toolChain>
|
||||||
</configuration>
|
</configuration>
|
||||||
</projectType>
|
</projectType>
|
||||||
|
|
Loading…
Add table
Reference in a new issue