Edit

kc3-lang/libxkbcommon/scripts

Branch :

  • Show log

    Commit

  • Author : Adrian Perez de Castro
    Date : 2021-04-26 17:38:48
    Hash : 5cd76a8d
    Message : Windows: Pass list of symbols to export to MSVC Arrange for passing .def files with the lists of symbols to export from DLLs when building on Windows with MSVC. Without this no symbols were being exported at all. The .def files are generated from the .map files at build time using scripts/map-to-def, which avoids needing to maintain two different sets of files.