2 lines
92 B
Text
2 lines
92 B
Text
dumpbin /exports your_file.dll > exports.txt
|
|
lib /def:mydll.def /machine:x86 /out:mydll.lib
|