forked from OSchip/llvm-project
31fd9d09b2
Previously we invoked cvtres.exe for each compiled Windows resource file. The generated files were then concatenated and embedded to the executable. That was not the correct way to merge compiled Windows resource files. If you just concatenate generated files, only the first file would be recognized and the rest would be ignored as trailing garbage. The right way to merge them is to call cvtres.exe with multiple input files. In this patch we do that in the Windows driver. llvm-svn: 212763 |
||
---|---|---|
.. | ||
CoreTests | ||
DriverTests | ||
MachOTests | ||
CMakeLists.txt | ||
Makefile |