-----Original Message----- From: Steven Edwards [mailto:steven_ed4153@yahoo.com] Sent: 20. december 2002 17:41 To: Dmitry Timoshkov; dpaun@rogers.com Cc: wine-devel@winehq.com; ros-kernel@reactos.com Subject: [ros-kernel] Re: Wine 0.9 TODO v0.7
--- Dmitry Timoshkov dmitry@baikal.ru wrote:
"Steven Edwards" steven_ed4153@yahoo.com wrote:
We still need to double check the latest import lib and winebuild changes on Mingw32. I am going to be swamped for the next week or two.
Alexandre told me that it works for him with binutils
2.13.90. I have
tested it under Cygwin and can confirm that it works for me
too after
latest winebuild import fixes from Alexandre.
Btw, you can suggest ReactOS people to look how handling of import libs via .def files done in Wine and get rid of that ugly .def/.edf stuff.
I will look in to it when I get back from my vacation in a few weeks unless one of the ReactOS guys is interested.
Thanks Steven
dlltool isn't needed anymore to build dlls. gcc -shared will do the same without any .def/.edf files.
Casper Hornstrup