public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC: DEF file support
@ 2008-12-18 19:26 A Alex
  2009-01-29  5:05 ` NightStrike
  0 siblings, 1 reply; 2+ messages in thread
From: A Alex @ 2008-12-18 19:26 UTC (permalink / raw)
  To: gcc-help

Hello Folks,

Does GCC support DEF files?
I need to prepend each function exported from the DLL with an underscore.

As I realize, there is only one way to achieve that - use DEF file with the map from the mangled '_foo' name to the simple 'foo' name.

Thank you,
Alex.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: GCC: DEF file support
  2008-12-18 19:26 GCC: DEF file support A Alex
@ 2009-01-29  5:05 ` NightStrike
  0 siblings, 0 replies; 2+ messages in thread
From: NightStrike @ 2009-01-29  5:05 UTC (permalink / raw)
  To: A Alex, binutils; +Cc: gcc-help, Kai Tietz

On Thu, Dec 18, 2008 at 12:18 PM, A Alex <fervexer@yandex.ru> wrote:
>
> Hello Folks,
>
> Does GCC support DEF files?
> I need to prepend each function exported from the DLL with an underscore.
>
> As I realize, there is only one way to achieve that - use DEF file with the map from the mangled '_foo' name to the simple 'foo' name.
>
> Thank you,
> Alex.

dlltool may be what you are looking for.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-29  5:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-18 19:26 GCC: DEF file support A Alex
2009-01-29  5:05 ` NightStrike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).