On 8/17/2009 19:12, Erik Leunissen wrote: > After having experimented with gendef, I'd like to suggest a few changes > regarding the .def output: > > The format of the generated .def file differs from the .def files around > the globe in two ways: > - it has a program info header > - it surrounds the name of the inspected binary with double quotes > > See also > http://sourceware.org/binutils/docs-2.16/binutils/def-file-format.html > for a format specification. > > I suggest making the .def output conform to this "standard" format so > that its processing can be better automated. > > I have been looking at the source and it seems a very simple change > which I can supply if desired. > > > Please let me know if that fits into the development plans for gendef. > > Erik Leunissen.
Hi, Adding mingw-w64-public to CC. Anyway, program "gendef" header can be ignored, its placed in the comments section. The double quotes are needed to allow dlls with spaces in the name. I have to admit that the specs don't say anything about quotation marks. You can use tracker at <http://sourceforge.net/tracker/?group_id=202880> to file requests, or contact the developers directly via irc at #mingw-w64 on irc.oftc.net. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
