From c1c84154085d001c1aa977e00968ed72a9b06d5b Mon Sep 17 00:00:00 2001 From: Leo Treggiari Date: Tue, 17 Jan 2006 00:47:53 +0000 Subject: [PATCH] Fix bugzilla 83583 - Add Solaris project-types with a space after the Output-Flag --- .../plugin.properties | 8 +- .../plugin.xml | 226 ++++++++++++++++-- 2 files changed, 216 insertions(+), 18 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties index e0627c9b7e6..8aecfc0c064 100644 --- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 Texas Instruments Inc. and others. +# Copyright (c) 2005, 2006 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 @@ -24,6 +24,9 @@ TargetName.cygw.lib=Static Library (Gnu on Windows) TargetName.macosx.exe=Executable (MacOS X) TargetName.macosx.so=Shared Library (MacOS X) TargetName.macosx.lib=Static Library (MacOS X) +TargetName.solaris.exe=Executable (Gnu on Solaris) +TargetName.solaris.so=Shared Library (Gnu on Solaris) +TargetName.solaris.lib=Static Library (Gnu on Solaris) # No longer needed post-2.0 TargetName.cygw=Cygwin @@ -33,9 +36,6 @@ 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 # Default Configuration Names ConfigName.Rel=Release diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml index 79b6157563e..a92b60254ac 100644 --- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml +++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml @@ -1304,7 +1304,6 @@ macroOutputFileRelPathValue="$@" macroOutputDirRelPathValue="$(dir $@)"> - - + @@ -2766,6 +2765,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +