dumpbin /EXPORTS perl510.dll > perl510.exports
####
lib /def:perl510.def /out:perl510.lib
####
perl -le "open RD, 'perl510.exports'; while () { print (split /\s+/, $_)[4] }" >perl510.def
####
C:\expt>lib /def:perl510.def /out:perl510.lib
Microsoft (R) Library Manager Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
LIB : warning LNK4068: /MACHINE not specified; defaulting to X86
Creating library perl510.lib and object perl510.exp
####
gendef perl510.dll
####
lib /def:perl510.def /out:perl510.lib