mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
25 lines
797 B
Properties
25 lines
797 B
Properties
![]() |
pluginName=C/C++ Managed Builder UI
|
||
|
providerName=Eclipse.org
|
||
|
|
||
|
# The Wizards
|
||
|
MngCWizard.name=Managed Make C Project
|
||
|
MngCWizard.description=Create a new C project and let Eclipse create and manage the makefile
|
||
|
MngCCWizard.name=Managed Make C++ Project
|
||
|
MngCCWizard.description=Create a new C++ project and let Eclipse create and manage the makefile
|
||
|
|
||
|
# Build Model Names
|
||
|
ConfigName.Rel=Release
|
||
|
ConfigName.Dbg=Debug
|
||
|
ToolName.preprocessor = Preprocessor
|
||
|
ToolName.compiler = Compiler
|
||
|
ToolName.archiver = Archiver
|
||
|
ToolName.linker = Linker
|
||
|
OptionCategory.Preproc = Preprocessor
|
||
|
OptionCategory.Dirs = Directories
|
||
|
OptionCategory.General = General
|
||
|
OptionCategory.Optimize=Optimization
|
||
|
OptionCategory.Debug=Debugging
|
||
|
OptionCategory.Warn=Warnings
|
||
|
OptionCategory.Misc=Miscellaneous
|
||
|
OptionCategory.Libs=Libraries
|