This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC: DEF file support


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]