mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
adding missing tool-chain ids to template definitions
This commit is contained in:
parent
13b4473581
commit
94be702c52
1 changed files with 3 additions and 0 deletions
|
@ -3737,18 +3737,21 @@
|
|||
location="templates/projecttemplates/HelloWorldCCProject/template.xml"
|
||||
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
|
||||
<toolChain id="cdt.managedbuild.toolchain.gnu.cygwin.base"/>
|
||||
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base"/>
|
||||
</template>
|
||||
<template
|
||||
filterPattern=".*"
|
||||
location="templates/projecttemplates/HelloWorldCAnsiProject/template.xml"
|
||||
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
|
||||
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base"/>
|
||||
<toolChain id="cdt.managedbuild.toolchain.gnu.cygwin.base"/>
|
||||
</template>
|
||||
<template
|
||||
filterPattern=".*"
|
||||
location="templates/projecttemplates/EmptyProject/template.xml"
|
||||
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
|
||||
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.base"/>
|
||||
<toolChain id="cdt.managedbuild.toolchain.gnu.cygwin.base"/>
|
||||
</template>
|
||||
</extension>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue