From: Tim Roberts on
Chequer <ybjiang(a)gmail.com> wrote:
>
>Would you like to tell me, where to find the undocumented argument
>options for microsoft linker such as -dump -header? It seems that the
>output is same as dumpbin.

Look at the directory that contains "link.exe". Note that "lib.exe",
"dumpbin.exe", and "editbit.exe" are each only 18k bytes. That's not big
enough to do anything useful. All three of those utilities do nothing
other than invoke link.

lib => link /lib
dumpbin => link /dump
editbin => link /edit
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.