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