Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/plugin.properties')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/plugin.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties
new file mode 100644
index 00000000000..b8dfd060f59
--- /dev/null
+++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties
@@ -0,0 +1,24 @@
+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

Back to the top