mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +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:
parent
32981cd323
commit
e4e2222d0f
1 changed files with 12 additions and 12 deletions
|
@ -15,18 +15,18 @@ providerName=Eclipse.org
|
|||
|
||||
# Build Model Names
|
||||
TargetName.gnu=GNU
|
||||
TargetName.gnu.exe=Executable (Gnu)
|
||||
TargetName.gnu.so=Shared Library (Gnu)
|
||||
TargetName.gnu.lib=Static Library (Gnu)
|
||||
TargetName.cygw.exe=Executable (Gnu on Windows)
|
||||
TargetName.cygw.so=Shared Library (Gnu on Windows)
|
||||
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)
|
||||
TargetName.gnu.exe=Gnu Executable
|
||||
TargetName.gnu.so=Gnu Shared Library
|
||||
TargetName.gnu.lib=Gnu Static Library
|
||||
TargetName.cygw.exe=Cygwin Executable
|
||||
TargetName.cygw.so=Cygwin DLL
|
||||
TargetName.cygw.lib=Cygwin Library
|
||||
TargetName.macosx.exe=MacOS X Executable
|
||||
TargetName.macosx.so=MacOS X Shared Library
|
||||
TargetName.macosx.lib=MacOS X Static Library
|
||||
TargetName.solaris.exe=Solaris Gnu Executable
|
||||
TargetName.solaris.so=Solaris Gnu Shared Library
|
||||
TargetName.solaris.lib=Solaris Gnu Static Library
|
||||
|
||||
# No longer needed post-2.0
|
||||
TargetName.cygw=Cygwin
|
||||
|
|
Loading…
Add table
Reference in a new issue