Skip to content
  • Rui Ueyama's avatar
    [PECOFF] Support embedding resource file into executable. · b32b95d8
    Rui Ueyama authored
    Instead of making the linker to create a manifest XML file in the same
    directory as the resulting binary, you can embed the XML as a part of
    resource into the executable.
    
    In order to do that, the linker first creates a resource script file containing
    the XML file, compile it into a binary resource file with RC.EXE, and then
    convert it to a COFF file with CVTRES.EXE.
    
    llvm-svn: 193298
    b32b95d8
Loading