mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Add names for new Tool-chain model elements
This commit is contained in:
parent
1abb819f59
commit
12b5cc0ff4
1 changed files with 12 additions and 0 deletions
|
@ -53,6 +53,18 @@ TargetName.solaris.lib=Solaris Static Library
|
|||
ConfigName.Rel=Release
|
||||
ConfigName.Dbg=Debug
|
||||
|
||||
# Generic tool-chain names
|
||||
ToolChainName.Rel=GCC Tool Chain
|
||||
ToolChainName.Dbg=GCC Tool Chain
|
||||
|
||||
# Generic platform names
|
||||
PlatformName.Rel=Release Platform
|
||||
PlatformName.Dbg=Debug Platform
|
||||
|
||||
# Generic builder names
|
||||
BuilderName.Rel=Gnu Make
|
||||
BuilderName.Dbg=Gnu Make
|
||||
|
||||
# Generic tool names
|
||||
ToolName.preprocessor = Preprocessor
|
||||
ToolName.compiler.c = C Compiler
|
||||
|
|
Loading…
Add table
Reference in a new issue