Re-implement MkDLL?
Peter Tanski <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <B04EF203-4188-44E9-88D2-A74C69969769__47728.7010908642$1166835960$gmane$org@gmail.com> |
What were the problems with the MkDLL project? Would it be easier to resurrect MkDLL using LINK.exe? I am currently implementing *both* MS linkers: for static libraries (the default), Win-GHC will use LIB.exe; for dynamic libraries, LINK.exe, of course. I just don't know what needs to be done for LINK to produce DLLs. Cheers, Pete