Re: OK to stop using .def files for Windows builds with gcc?



On Mon, 2003-10-13 at 03:49, James Henstridge wrote:
> Does the libtool option -export-symbols-regex work on Windows?  GTK 
> passes this option on platforms other than Windows to limit which 
> symbols are exported (it's effectiveness varies from platform to platform).
> 

If nothing else, isn't it true that all non-static functions beginning
with _ should not be exported and all others should be exported, so the
.defs should be fully automatable in the same way exports on Linux are,
no?

Havoc





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]