2004-06-24 15:56:06 +00:00
|
|
|
###############################################################################
|
2012-08-01 11:32:23 -04:00
|
|
|
# Copyright (c) 2003, 2012 IBM Corporation and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2004-06-24 15:56:06 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2005-06-20 20:52:53 +00:00
|
|
|
#
|
2004-06-24 15:56:06 +00:00
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2007-03-09 19:04:32 +00:00
|
|
|
pluginName=CDT Build System Core
|
2009-05-26 14:48:10 +00:00
|
|
|
providerName=Eclipse CDT
|
2003-09-26 19:54:33 +00:00
|
|
|
|
2007-03-09 19:04:32 +00:00
|
|
|
CommonBuilder.name=CDT Builder
|
|
|
|
CDTBuildNature.name=CDT Builder Project
|
|
|
|
CDTBuildProject.name=CDT Builder Project
|
2005-05-09 03:37:42 +00:00
|
|
|
|
|
|
|
objectFileName=Object File
|
|
|
|
executableName=Executable File
|
|
|
|
staticLibraryName=Static Library
|
|
|
|
sharedLibraryName=Shared Library
|
2007-02-20 17:23:35 +00:00
|
|
|
|
|
|
|
epScannerConfigNature.name=Scanner Configuration Nature
|
|
|
|
epScannerConfigBuilder.name=Scanner Configuration Builder
|
|
|
|
extensionExternalScannerInfoProvider.name=C/C++ External Scanner Info Provider Extension
|
|
|
|
epDefaultExternalScannerInfoProvider.name=Default External Scanner Info Provider
|
|
|
|
|
|
|
|
extensionScannerInfoConsoleParser.name=GNU C/C++ Scanner Info Console Parser Extension
|
|
|
|
epGCCCommandLineParser.name=GNU C/C++ Scanner Info Parser
|
|
|
|
epGCCSpecsParser.name=GNU C/C++ Compiler Specs Parser
|
|
|
|
|
|
|
|
extensionGCCPerProjectProfile.name=GNU C/C++ Scanner Info per project profile
|
|
|
|
extensionGCCPerFileProfile.name=GNU C/C++ Scanner Info per file profile
|
2007-03-09 19:04:32 +00:00
|
|
|
|
|
|
|
InternalBuilder.name=CDT Internal Builder
|
2008-04-16 16:03:39 +00:00
|
|
|
GNUMakeBuilder.name=Gnu Make Builder
|
2007-03-09 19:04:32 +00:00
|
|
|
|
|
|
|
BuildSystem.name=CDT Build System
|
|
|
|
|
|
|
|
ProjectConverter.name=pre-4.0 projects converter
|
|
|
|
|
|
|
|
BuildProperty.value.name.debug=Debug;
|
|
|
|
BuildProperty.value.name.release=Release
|
|
|
|
BuildProperty.type.name.buildType=Build Type
|
|
|
|
BuildProperty.type.name.buildArtefactType=Build Artefact Type
|
|
|
|
BuildProperty.type.name.executable=Executable
|
|
|
|
BuildProperty.type.name.staticLibrary=Static Library
|
|
|
|
BuildProperty.type.name.sharedLibrary=Shared Library
|
2007-05-17 10:45:11 +00:00
|
|
|
cfg1_empty=Configuration1
|
|
|
|
cfg1_base=Configuration1
|
2010-02-01 16:23:38 +00:00
|
|
|
|
|
|
|
extension.name = GNU C/C++ managed make per project SCD profile
|
|
|
|
extension.name.0 = GNU C/C++ managed make per project SCD profile
|
|
|
|
extension.name.1 = GNU C/C++ managed make per project SCD profile
|
|
|
|
extension.name.2 = GNU C/C++ managed make per project SCD profile (Windows)
|
|
|
|
extension.name.3 = GNU C/C++ managed make per project SCD profile (Windows)
|
|
|
|
extension.name.4 = GNU C/C++ managed make per project SCD profile (Windows)
|
|
|
|
extension.name.5 = Base Build Properties Definition
|
|
|
|
extension.name.6 = Empty Configurations for make projects
|
|
|
|
toolChain.name = No ToolChain
|
|
|
|
tool.name = holder for library settings
|
|
|
|
option.name = Library Paths
|
|
|
|
option.name.0 = Library Files
|
|
|
|
tool.name.0 = holder for includes and symbols settings
|
|
|
|
option.name.1 = Include Paths
|
|
|
|
option.name.2 = Symbols
|
|
|
|
option.name.3 = Symbol Files
|
|
|
|
option.name.4 = Include Files
|
|
|
|
option.name.5 = Undefined Include Paths
|
|
|
|
option.name.6 = Undefined Symbols
|
|
|
|
option.name.7 = Undefined Symbol Files
|
|
|
|
option.name.8 = Undefined Include Files
|
|
|
|
extension-point.name = Managed Build Tools 2.0 (Deprecated)
|
|
|
|
extension-point.name.0 = Managed Build Definitions
|
|
|
|
extension-point.name.1 = Managed Build Project Converter
|
|
|
|
extension-point.name.2 = Build Properties
|
2012-08-01 11:32:23 -04:00
|
|
|
extension-point.name.3 = ToolChain Modification Info
|
2024-05-16 19:06:18 +03:00
|
|
|
extension-point.name.4 = Compilation Database Contributor
|
2012-08-01 11:32:23 -04:00
|
|
|
|
|
|
|
GCCBuildOutputParser.name = CDT GCC Build Output Parser
|
2013-08-16 16:27:44 -04:00
|
|
|
GCCBuiltinCompilerSettings.name = CDT GCC Built-in Compiler Settings
|
|
|
|
GCCBuiltinCompilerSettingsMinGW.name = CDT GCC Built-in Compiler Settings MinGW
|
|
|
|
GCCBuiltinCompilerSettingsCygwin.name = CDT GCC Built-in Compiler Settings Cygwin
|
2019-09-28 00:38:26 -04:00
|
|
|
CompilationDatabaseParser.name = Compilation Database Parser
|
2013-08-15 14:03:25 -04:00
|
|
|
ManagedBuildSettingEntries.name = CDT Managed Build Setting Entries
|
|
|
|
extension.name.8 = C/C++ Scanner Discovery Problem
|
|
|
|
extension.name.9 = HeadlessBuilder Additional Settings
|