[NLS] Use files provided by Microsoft to generate most of our NLS files

Instead of binary blobs coming from who-knows-where
CORE-17571
This commit is contained in:
Jérôme Gardou 2021-05-18 21:16:48 +02:00 committed by Jérôme Gardou
parent 79b2d9c2ff
commit 8d1e01be0e
221 changed files with 548980 additions and 70713 deletions

View file

@ -2,7 +2,7 @@
include(ExternalProject)
function(setup_host_tools)
list(APPEND HOST_TOOLS bin2c widl gendib cabman fatten hpp isohybrid mkhive mkisofs obj2bin spec2def geninc mkshelllink utf16le xml2sdb)
list(APPEND HOST_TOOLS bin2c widl gendib cabman fatten hpp isohybrid mkhive mkisofs obj2bin spec2def geninc mkshelllink txt2nls utf16le xml2sdb)
if(NOT MSVC)
list(APPEND HOST_TOOLS rsym pefixup)
endif()