summaryrefslogtreecommitdiff
path: root/scripts/map-to-def
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Pass list of symbols to export to MSVCAdrian Perez de Castro2021-04-271-0/+30
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.