1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 101961 - Changed the names of the project types so that we are exlipcitly cygwin with the Gnu on Windows types. Also simplified the project type names on the others to match.

This commit is contained in:
Doug Schaefer 2007-02-02 02:19:51 +00:00
parent 32981cd323
commit e4e2222d0f

View file

@ -15,18 +15,18 @@ providerName=Eclipse.org
# Build Model Names # Build Model Names
TargetName.gnu=GNU TargetName.gnu=GNU
TargetName.gnu.exe=Executable (Gnu) TargetName.gnu.exe=Gnu Executable
TargetName.gnu.so=Shared Library (Gnu) TargetName.gnu.so=Gnu Shared Library
TargetName.gnu.lib=Static Library (Gnu) TargetName.gnu.lib=Gnu Static Library
TargetName.cygw.exe=Executable (Gnu on Windows) TargetName.cygw.exe=Cygwin Executable
TargetName.cygw.so=Shared Library (Gnu on Windows) TargetName.cygw.so=Cygwin DLL
TargetName.cygw.lib=Static Library (Gnu on Windows) TargetName.cygw.lib=Cygwin Library
TargetName.macosx.exe=Executable (MacOS X) TargetName.macosx.exe=MacOS X Executable
TargetName.macosx.so=Shared Library (MacOS X) TargetName.macosx.so=MacOS X Shared Library
TargetName.macosx.lib=Static Library (MacOS X) TargetName.macosx.lib=MacOS X Static Library
TargetName.solaris.exe=Executable (Gnu on Solaris) TargetName.solaris.exe=Solaris Gnu Executable
TargetName.solaris.so=Shared Library (Gnu on Solaris) TargetName.solaris.so=Solaris Gnu Shared Library
TargetName.solaris.lib=Static Library (Gnu on Solaris) TargetName.solaris.lib=Solaris Gnu Static Library
# No longer needed post-2.0 # No longer needed post-2.0
TargetName.cygw=Cygwin TargetName.cygw=Cygwin