mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Switch the reference Gnu tool-chains to using the new default dependency calculator that creates .d files as a side-effect of compilation
This commit is contained in:
parent
315280abca
commit
95c618c300
1 changed files with 2969 additions and 2969 deletions
|
@ -988,7 +988,7 @@
|
|||
sources="c"
|
||||
dependencyContentType="org.eclipse.cdt.core.cHeader"
|
||||
dependencyExtensions="h"
|
||||
dependencyCalculator="org.eclipse.cdt.managedbuilder.makegen.gnu.DefaultGCCDependencyCalculator"
|
||||
dependencyCalculator="org.eclipse.cdt.managedbuilder.makegen.gnu.DefaultGCCDependencyCalculator2"
|
||||
id="cdt.managedbuild.tool.gnu.c.compiler.input">
|
||||
</inputType>
|
||||
<outputType
|
||||
|
@ -1227,7 +1227,7 @@
|
|||
sources="c,C,cc,cxx,cpp"
|
||||
dependencyContentType="org.eclipse.cdt.core.cxxHeader"
|
||||
dependencyExtensions="h,H,hpp"
|
||||
dependencyCalculator="org.eclipse.cdt.managedbuilder.makegen.gnu.DefaultGCCDependencyCalculator"
|
||||
dependencyCalculator="org.eclipse.cdt.managedbuilder.makegen.gnu.DefaultGCCDependencyCalculator2"
|
||||
id="cdt.managedbuild.tool.gnu.cpp.compiler.input">
|
||||
</inputType>
|
||||
<outputType
|
||||
|
|
Loading…
Add table
Reference in a new issue