1
0
Fork 0
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:
Leo Treggiari 2005-01-28 03:29:10 +00:00
parent 1abb819f59
commit 12b5cc0ff4

View file

@ -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