aboutsummaryrefslogtreecommitdiff
path: root/gen-def.py
AgeCommit message (Collapse)Author
2019-07-26Fix shared library build for Windows with MSVC and Meson (#328)Jakub Adam
usrsctp-1.dll built with Meson didn't export any symbols. Meson needs a .def file listing the names of functions to export when creating a shared library on Windows. This patch generates usrsctp.def automatically at build time from the output of "dumpbin /linkermember" run on the static version of usrsctp lib. Kudos to Lennart Grahl for help with fixing broken static build.