mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
externalize Gnu Make Builder's name (bug 227369)
This commit is contained in:
parent
cd48414961
commit
2942d637ad
6 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2007 QNX Software Systems and others.
|
||||
# Copyright (c) 2007, 2008 QNX Software Systems and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -7,4 +7,6 @@
|
|||
#
|
||||
# Contributors:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
GNUMakeBuilder.name=Gnu Make Builder
|
||||
|
|
|
@ -7875,7 +7875,7 @@
|
|||
ignoreErrCmd="-k"
|
||||
parallelBuildCmd="-j*"
|
||||
errorParsers="org.eclipse.cdt.core.MakeErrorParser"
|
||||
name="Gnu Make Builder">
|
||||
name="%GNUMakeBuilder.name">
|
||||
</builder>
|
||||
|
||||
<toolChain
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2007 IBM Corporation and others.
|
||||
# Copyright (c) 2003, 2008 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -33,6 +33,7 @@ extensionGCCPerProjectProfile.name=GNU C/C++ Scanner Info per project profile
|
|||
extensionGCCPerFileProfile.name=GNU C/C++ Scanner Info per file profile
|
||||
|
||||
InternalBuilder.name=CDT Internal Builder
|
||||
GNUMakeBuilder.name=Gnu Make Builder
|
||||
|
||||
BuildSystem.name=CDT Build System
|
||||
|
||||
|
|
|
@ -371,7 +371,7 @@
|
|||
ignoreErrCmd="-k"
|
||||
parallelBuildCmd="-j*"
|
||||
errorParsers="org.eclipse.cdt.core.MakeErrorParser"
|
||||
name="Gnu Make Builder"
|
||||
name="%GNUMakeBuilder.name"
|
||||
isSystem="true">
|
||||
</builder>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2005, 2007 Texas Instruments Inc. and others.
|
||||
# Copyright (c) 2005, 2008 Texas Instruments Inc. and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -173,3 +173,5 @@ Option.Windows.Windres.OutputFormat.Coff = coff (--output-format coff)
|
|||
Option.Windows.Windres.OutputFormat.RC = rc (--output-format rc)
|
||||
Option.Windows.Windres.OutputFormat.Res = res (--output-format res)
|
||||
Option.MacOSX.Linker.Shared=Shared (-dynamiclib)
|
||||
|
||||
GNUMakeBuilder.name=Gnu Make Builder
|
||||
|
|
|
@ -1625,7 +1625,7 @@
|
|||
ignoreErrCmd="-k"
|
||||
parallelBuildCmd="-j*"
|
||||
errorParsers="org.eclipse.cdt.core.MakeErrorParser"
|
||||
name="Gnu Make Builder">
|
||||
name="%GNUMakeBuilder.name">
|
||||
</builder>
|
||||
|
||||
<toolChain
|
||||
|
|
Loading…
Add table
Reference in a new issue