summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityam@microsoft.com>2015-05-15 16:56:23 -0700
committerAditya Mandaleeka <adityam@microsoft.com>2015-05-18 16:39:11 -0700
commit63e3fda505d2eebf89758339d5c970469f822697 (patch)
treeba82646f9a31ce6ad9a4ada09b9920deef815c4d /src/tools
parent099a37ae82a60dd7894adf4ec8ec728e7bcc7a99 (diff)
downloadcoreclr-63e3fda505d2eebf89758339d5c970469f822697.tar.gz
coreclr-63e3fda505d2eebf89758339d5c970469f822697.tar.bz2
coreclr-63e3fda505d2eebf89758339d5c970469f822697.zip
Ensure fallback to English resources on non-Windows platforms
Take the resources in RC files and build a static library that contains the ID->English string mappings. Use those strings as the key to gettext so that when gettext is not able to find a suitable string in the desired language, it falls back on returning the English string.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/crossgen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/crossgen/CMakeLists.txt b/src/tools/crossgen/CMakeLists.txt
index 119e713320..ceb808106b 100644
--- a/src/tools/crossgen/CMakeLists.txt
+++ b/src/tools/crossgen/CMakeLists.txt
@@ -38,6 +38,7 @@ target_link_libraries(crossgen
if(CLR_CMAKE_PLATFORM_UNIX)
target_link_libraries(crossgen
+ mscorrc_debug
coreclrpal
palrt
)