mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 01:35:39 +02:00
fix for 187634 - need to mark "Debug" and "Release" as non-translatable for xlc too because they are used as folder names
This commit is contained in:
parent
cf9987e483
commit
5e22144827
1 changed files with 2 additions and 0 deletions
|
@ -19,8 +19,10 @@ TargetName.xlc.so=Shared Library (XL C/C++)
|
|||
TargetName.xlc.lib=Static Library(XL C/C++)
|
||||
|
||||
# Default Configuration Names
|
||||
# START NON-TRANSLATABLE
|
||||
ConfigName.Rel=Release
|
||||
ConfigName.Dbg=Debug
|
||||
# END NON-TRANSLATABLE
|
||||
|
||||
# Generic tool-chain names
|
||||
ToolChainName.Rel=XL C/C++ Tool Chain
|
||||
|
|
Loading…
Add table
Reference in a new issue