Building an import lib from a DLL - egcs 1.1

DJ Delorie dj@delorie.com
Tue Oct 6 11:05:00 GMT 1998


Try this:

echo EXPORTS > foo.def
nm foo.dll | grep ' T _' | sed 's/.* T _//' >> foo.def
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list