|
From: <Ale...@el...> - 2008-06-25 12:43:07
|
Hi list, I have got here a project. This project is written in different languages, mainly C, C++ and Ada. When I do a build of the project the linker generates for all exported functions automatically an import library for the dll. But this only happens if the module is written in C or C++. This doesn't happen with any Ada module, although I use pragma Export (C, ...). How can I avoid to write explicitly -Wl,--out-implib, to every Ada module? Thanks for your help Greetings Alexander Camek ---------------------------------------------------------------- Please note: This e-mail may contain confidential information intended solely for the addressee. If you have received this e-mail in error, please do not disclose it to anyone, notify the sender promptly, and delete the message from your system. Thank you. |