1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45: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:
Vivian Kong 2008-06-05 21:45:46 +00:00
parent cf9987e483
commit 5e22144827

View file

@ -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