2004-06-24 15:47:55 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2003, 2004 IBM Corporation and others.
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Common Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/cpl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
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
|
|
|
|
|
2004-02-17 14:20:11 +00:00
|
|
|
#The property pages
|
|
|
|
MngBuildProp.name=C/C++ Build
|
2004-06-28 17:34:56 +00:00
|
|
|
MngOtherProp.name= Error and Binary Parsers
|
2004-02-17 14:20:11 +00:00
|
|
|
|
2003-09-15 20:44:43 +00:00
|
|
|
# Build Model Names
|
2004-05-04 15:06:54 +00:00
|
|
|
TargetName.gnu=GNU
|
|
|
|
TargetName.gnu.exe=Executable (Gnu)
|
|
|
|
TargetName.gnu.so=Shared Library (Gnu)
|
|
|
|
TargetName.gnu.lib=Static Library (Gnu)
|
2004-06-02 14:30:30 +00:00
|
|
|
TargetName.cygw.exe=Executable (Gnu on Windows)
|
|
|
|
TargetName.cygw.so=Shared Library (Gnu on Windows)
|
|
|
|
TargetName.cygw.lib=Static Library (Gnu on Windows)
|
|
|
|
|
2004-05-04 15:06:54 +00:00
|
|
|
|
|
|
|
# No longer needed post-2.0
|
2004-02-17 14:20:11 +00:00
|
|
|
TargetName.cygw=Cygwin
|
|
|
|
TargetName.cygw.dll=Cygwin Export Library (DLL)
|
|
|
|
TargetName.linux=Linux
|
|
|
|
TargetName.linux.exe=Linux Executable
|
|
|
|
TargetName.linux.so=Linux Shared Library
|
|
|
|
TargetName.linux.lib=Linux Static Library
|
|
|
|
TargetName.solaris=Solaris
|
|
|
|
TargetName.solaris.exe=Solaris Executable
|
|
|
|
TargetName.solaris.so=Solaris Shared Library
|
|
|
|
TargetName.solaris.lib=Solaris Static Library
|
|
|
|
|
2004-05-04 15:06:54 +00:00
|
|
|
# Default Configuration Names
|
2003-09-15 20:44:43 +00:00
|
|
|
ConfigName.Rel=Release
|
|
|
|
ConfigName.Dbg=Debug
|
2004-02-17 14:20:11 +00:00
|
|
|
|
2004-05-04 15:06:54 +00:00
|
|
|
# Generic tool names
|
2003-09-15 20:44:43 +00:00
|
|
|
ToolName.preprocessor = Preprocessor
|
2003-10-01 23:56:36 +00:00
|
|
|
ToolName.compiler.c = C Compiler
|
|
|
|
ToolName.compiler.cpp = C++ Compiler
|
2003-09-15 20:44:43 +00:00
|
|
|
ToolName.archiver = Archiver
|
2003-10-01 23:56:36 +00:00
|
|
|
ToolName.linker.c = C Linker
|
|
|
|
ToolName.linker.cpp = C++ Linker
|
2004-06-02 14:30:30 +00:00
|
|
|
ToolName.windres = Resource compiler
|
2004-02-17 14:20:11 +00:00
|
|
|
|
2004-05-04 15:06:54 +00:00
|
|
|
# GNU tool names
|
|
|
|
ToolName.compiler.gnu.c = GCC C Compiler
|
|
|
|
ToolName.compiler.gnu.cpp = GCC C++ Compiler
|
|
|
|
ToolName.linker.gnu.c = GCC C Linker
|
|
|
|
ToolName.linker.gnu.cpp = GCC C++ Linker
|
|
|
|
ToolName.archiver.gnu = GCC Archiver
|
|
|
|
ToolName.assembler.gnu = GCC Assembler
|
|
|
|
|
|
|
|
# Generic Category Names
|
2003-11-13 14:08:12 +00:00
|
|
|
OptionCategory.Symbols = Symbols
|
2003-09-15 20:44:43 +00:00
|
|
|
OptionCategory.Preproc = Preprocessor
|
|
|
|
OptionCategory.Dirs = Directories
|
|
|
|
OptionCategory.General = General
|
|
|
|
OptionCategory.Optimize=Optimization
|
|
|
|
OptionCategory.Debug=Debugging
|
|
|
|
OptionCategory.Warn=Warnings
|
|
|
|
OptionCategory.Misc=Miscellaneous
|
|
|
|
OptionCategory.Libs=Libraries
|
2004-05-04 15:06:54 +00:00
|
|
|
OptionCategory.Shared.Settings=Shared Library Settings
|
2003-09-26 00:24:42 +00:00
|
|
|
|
2004-05-04 15:06:54 +00:00
|
|
|
# Generic Option Names
|
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)
|
|
|
|
|
2004-06-14 19:52:55 +00:00
|
|
|
Option.Posix.InclPaths=Include paths (-I)
|
2003-11-13 14:08:12 +00:00
|
|
|
|
|
|
|
Option.Posix.OptLevel=Optimization Level
|
2003-09-26 00:24:42 +00:00
|
|
|
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)
|
2003-11-13 14:08:12 +00:00
|
|
|
Option.Posix.Optimize.Flags=Other optimization flags
|
|
|
|
|
|
|
|
Option.Posix.DebugLevel=Debug Level
|
|
|
|
Option.Posix.Debug.None=None
|
|
|
|
Option.Posix.Debug.Min=Minimal (-g1)
|
|
|
|
Option.Posix.Debug.Def=Default (-g)
|
|
|
|
Option.Posix.Debug.Max=Maximum (-g3)
|
|
|
|
Option.Posix.Debug.Other=Other debugging flags
|
|
|
|
Option.Posix.Debug.gprof=Generate gprof information (-pg)
|
|
|
|
Option.Posix.Debug.prof=Generate prof information (-p)
|
|
|
|
|
|
|
|
Option.Posix.Warn.Syntax=Check syntax only (-fsyntax-only)
|
|
|
|
Option.Posix.Warn.Pedandic=Pedantic (-pedantic)
|
|
|
|
Option.Posix.Warn.PedErrors=Pedantic warnings as errors (-pedantic-errors)
|
|
|
|
Option.Posix.Warn.nowarn=Inhibit all warnings (-w)
|
|
|
|
Option.Posix.Warn.allwarn=All warnings (-Wall)
|
|
|
|
Option.Posix.Warn.toerrs=Warnings as errors (-Werror)
|
2003-09-26 00:24:42 +00:00
|
|
|
|
|
|
|
Option.Posix.Verbose=Verbose (-v)
|
|
|
|
Option.OtherFlags=Other flags
|
2003-10-01 23:56:36 +00:00
|
|
|
Option.Posix.Ansi=Support ANSI programs (-ansi)
|
2003-09-26 00:24:42 +00:00
|
|
|
|
2003-09-26 19:54:33 +00:00
|
|
|
Option.Posix.Linker.NoStartFiles=Do not use standard start files (-nostartfiles)
|
|
|
|
Option.Posix.Linker.NoDefLibs=Do not use default libraries (-nodefaultlibs)
|
|
|
|
Option.Posix.Linker.NoStdLibs=No startup or default libs (-nostdlib)
|
2004-05-20 20:11:51 +00:00
|
|
|
Option.Posix.Linker.Strip=Omit all symbol information (-s)
|
|
|
|
Option.Posix.Linker.Strip.debug=Omit debug symbol information (-S)
|
2003-09-26 19:54:33 +00:00
|
|
|
Option.Posix.Linker.Static=No shared libraries (-static)
|
|
|
|
Option.Posix.Linker.XLinker=Other options (-Xlinker [option])
|
2003-09-26 00:24:42 +00:00
|
|
|
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)
|
2003-09-26 19:54:33 +00:00
|
|
|
Option.Posix.UserObjs=Other objects
|
2004-05-04 15:06:54 +00:00
|
|
|
Option.Posix.Linker.Shared=Shared (-shared)
|
2004-05-31 22:46:54 +00:00
|
|
|
Option.Posix.Linker.SOName=Shared object name (-Wl,-soname=)
|
|
|
|
Option.Posix.Linker.Implib=Import Library name (-Wl,--out-implib=)
|
|
|
|
Option.Posix.Linker.Defname=DEF file name (-Wl,--output-def=)
|
2003-11-13 14:08:12 +00:00
|
|
|
|
|
|
|
Option.Posix.Archiver.Flags=Archiver flags
|
2004-06-02 14:30:30 +00:00
|
|
|
|
2004-06-26 21:13:09 +00:00
|
|
|
Option.Gnu.Assembler.Flags=Assembler flags
|
|
|
|
Option.Gnu.Assembler.warn.suppress=Suppress warnings (-W)
|
|
|
|
Option.Gnu.Assembler.version=Announce version (-v)
|
|
|
|
|
2004-06-02 14:30:30 +00:00
|
|
|
# Platform specific option names
|
|
|
|
Option.Windows.Windres.OutputFormat = Output format
|
|
|
|
Option.Windows.Windres.OutputFormat.Coff = coff (--output-format coff)
|
2004-06-26 21:13:09 +00:00
|
|
|
Option.Windows.Windres.OutputFormat.RC = rc (--output-format rc)
|
2004-06-02 14:30:30 +00:00
|
|
|
Option.Windows.Windres.OutputFormat.Res = res (--output-format res)
|