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