summaryrefslogtreecommitdiff
path: root/src/dlls/mscordac
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/dlls/mscordac
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/dlls/mscordac')
-rw-r--r--src/dlls/mscordac/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlls/mscordac/CMakeLists.txt b/src/dlls/mscordac/CMakeLists.txt
index 67f0bf6cf5..1cb70a52a0 100644
--- a/src/dlls/mscordac/CMakeLists.txt
+++ b/src/dlls/mscordac/CMakeLists.txt
@@ -90,6 +90,7 @@ if(WIN32)
)
else(WIN32)
list(APPEND COREDAC_LIBRARIES
+ mscorrc_debug
coreclrpal
palrt
)