This is a tool for generating .defs (and then .libs) from .dlls I created while helping @hbomb79
batch:
dumpbin -exports <lib>.dll > <lib>.dll.exportsshell:
{echo LIBRARY <lib>.dll; echo EXPORTS; lua manip.lua <lib>.dll.exports.txt} > <lib>.defbatch:
lib /def:<lib>.def