2003-09-15 20:44:43 +00:00
|
|
|
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
|
2003-09-26 00:24:42 +00:00
|
|
|
|
2003-09-24 14:20:49 +00:00
|
|
|
Option.Posix.PreprocOnly=Preprocess only (-E)
|
2003-09-26 00:24:42 +00:00
|
|
|
Option.Posix.Nostdinc=Do not search system directories (-nostdinc)
|
|
|
|
|
2003-09-24 14:20:49 +00:00
|
|
|
Option.Posix.DefSym=Defined symbols (-D)
|
2003-09-26 00:24:42 +00:00
|
|
|
Option.Posix.UndefSym=Undefined symbols (-U)
|
|
|
|
|
|
|
|
Option.Posix.Optimize.None=None (-O0)
|
|
|
|
Option.Posix.Optimize.Optimize=Optimize (-O1)
|
|
|
|
Option.Posix.Optimize.More=Optimize more (-O2)
|
|
|
|
Option.Posix.Optimize.Most=Optimize most (-O3)
|
|
|
|
|
|
|
|
Option.Posix.Verbose=Verbose (-v)
|
|
|
|
Option.OtherFlags=Other flags
|
|
|
|
|
|
|
|
Option.Posix.Linker.Flags=Linker flags
|
2003-09-24 14:20:49 +00:00
|
|
|
Option.Posix.Libs=Libraries (-l)
|
|
|
|
Option.Posix.Libsearch=Library search path (-L)
|