1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-01 20:53:12 +02:00

bug 285480: Duplicate message IDs

This commit is contained in:
Andrew Gvozdev 2009-08-04 17:52:33 +00:00
parent 559fbe81b4
commit 6b97b8dcf5
4 changed files with 2 additions and 9 deletions

View file

@ -124,7 +124,6 @@ BuildInfoFactory.Missing_Builder=Missing Builder:
ResourceChangeHandler.buildInfoSerializationJob=Build Info Serialization ResourceChangeHandler.buildInfoSerializationJob=Build Info Serialization
#ManagedBuilderCorePlugin messages #ManagedBuilderCorePlugin messages
ManagedBuilderCorePlugin.resourceChangeHandlingInitializationJob=Initializing Resource Change Handling
GeneratedMakefileBuilder.buildResourcesFinished=Build of selected resources is complete. GeneratedMakefileBuilder.buildResourcesFinished=Build of selected resources is complete.
GeneratedMakefileBuilder.buildSelectedIncremental=Building selected file(s) incrementally GeneratedMakefileBuilder.buildSelectedIncremental=Building selected file(s) incrementally
GeneratedMakefileBuilder.buildSelectedRebuild=Rebuilding selected file(s) GeneratedMakefileBuilder.buildSelectedRebuild=Rebuilding selected file(s)

View file

@ -8,7 +8,6 @@
# Contributors: # Contributors:
# Intel Corporation - Initial API and implementation # Intel Corporation - Initial API and implementation
############################################################################### ###############################################################################
ProjectConverter.0=the specified project is not an CDT project
ProjectConverter.0=failed to load the build info for the old-style project ProjectConverter.0=failed to load the build info for the old-style project
ProjectConverter.1=the specified project is not an old style make project, the owner ID is ProjectConverter.1=the specified project is not an old style make project, the owner ID is
ProjectConverter.10=project conversion failed ProjectConverter.10=project conversion failed

View file

@ -260,7 +260,6 @@ Option.pdf2 = Tune optimizations through Profile Directed Feedback: second run (
Option.optimization.Prefetch = Disable generation of prefetching instructions in compiled code (-qnoprefetch) Option.optimization.Prefetch = Disable generation of prefetching instructions in compiled code (-qnoprefetch)
Option.optimization.procimported = Mark functions as imported (-qprocimported=) Option.optimization.procimported = Mark functions as imported (-qprocimported=)
Option.optimization.proclocal = Mark functions as local (-qlocal=) Option.optimization.proclocal = Mark functions as local (-qlocal=)
Option.optimization.procimported = Mark functions as imported (-qprocimported=)
Option.optimization.procunknown = Mark functions as unknown (-qprocunknown=) Option.optimization.procunknown = Mark functions as unknown (-qprocunknown=)
Option.optimization.showpdf = Add additional call and block count profiling information to the executable (-qshowpdf) Option.optimization.showpdf = Add additional call and block count profiling information to the executable (-qshowpdf)
Option.optimization.smallstack = Reduce the size of the stack frame (-qsmallstack) Option.optimization.smallstack = Reduce the size of the stack frame (-qsmallstack)
@ -280,8 +279,6 @@ Option.optimization.w = Specify options to pass to specific compiler components
# Linker Options # Linker Options
Option.Linking.b = Control how shared objects are processed by the editor (-b) Option.Linking.b = Control how shared objects are processed by the editor (-b)
Option.linking.brtl = Enable runtime linking for the output file (-brtl) Option.linking.brtl = Enable runtime linking for the output file (-brtl)
Option.linking.bundle =
Option.Linking.bundle_loader
Option.Linking.e = Set the entry name for the shared executable(-e ) Option.Linking.e = Set the entry name for the shared executable(-e )
Option.Linking.f = Option.Linking.f =
Option.linking.G = Create a shared object enabled for runtime linking (-G) Option.linking.G = Create a shared object enabled for runtime linking (-G)
@ -354,7 +351,6 @@ Option.tls.notls=No tls
# Listings and Messages options # Listings and Messages options
Option.V = Report information on the progress of compilation (-V) Option.V = Report information on the progress of compilation (-V)
Option.Warn.nowarn = Suppress warnings and low-level messages (-w)
Option.Warn.Pedandic=Pedantic (-pedantic) Option.Warn.Pedandic=Pedantic (-pedantic)
Option.Warn.PedErrors=Pedantic warnings as errors (-pedantic-errors) Option.Warn.PedErrors=Pedantic warnings as errors (-pedantic-errors)
Option.Warn.nowarn=Inhibit all warnings (-w) Option.Warn.nowarn=Inhibit all warnings (-w)
@ -388,7 +384,6 @@ Option.xref.noxref = Do not report identifiers in the program (-qnoxref)
Option.xref.fullxref = Report all the identifiers in the program (-qxref = full) Option.xref.fullxref = Report all the identifiers in the program (-qxref = full)
Option.xref.xref = Report only those identifiers which are used (-qxref) Option.xref.xref = Report only those identifiers which are used (-qxref)
Option.warnfourcharconsts = Enable warning of four-character constants in source Option.warnfourcharconsts = Enable warning of four-character constants in source
Option.report = Produce listing files that show how sections of code have been optimized (-qreport)
# Error Checking and Debugging # Error Checking and Debugging
Option.g = Generate debugging information (-g) Option.g = Generate debugging information (-g)
@ -408,7 +403,7 @@ Option.dbxextra = Include all typedefs, structs, unions, enums for debugging (-q
Option.extchk = Generate bind-time type checking information and check for compile time consistency (-qextchk) Option.extchk = Generate bind-time type checking information and check for compile time consistency (-qextchk)
Option.fullpath = Preserve absolute path name of source files used with -g option (-qfullpath) Option.fullpath = Preserve absolute path name of source files used with -g option (-qfullpath)
Option.genproto = Produce ANSI prototypes from K&R definitions Option.genproto = Produce ANSI prototypes from K&R definitions
Option.genproto = Generate prototypes with parameter names Option.genproto.general = Generate prototypes with parameter names
Option.genproto.parmgenproto = Include parameter names in prototypes Option.genproto.parmgenproto = Include parameter names in prototypes
Option.heapdebug = Enable debug versions of memory management functions (-qheapdebug) Option.heapdebug = Enable debug versions of memory management functions (-qheapdebug)
Option.initauto = Initialize the automatic variables (-qinitauto=) Option.initauto = Initialize the automatic variables (-qinitauto=)

View file

@ -2908,7 +2908,7 @@
id="xlc.c.ecd.genproto.none"> id="xlc.c.ecd.genproto.none">
</enumeratedOptionValue> </enumeratedOptionValue>
<enumeratedOptionValue <enumeratedOptionValue
name="%Option.genproto" name="%Option.genproto.general"
isDefault="false" isDefault="false"
command="-qgenproto" command="-qgenproto"
id="xlc.c.ecd.genproto"> id="xlc.c.ecd.genproto">