On Thu, 3 Feb 2005, Kevin Tew wrote:
I want to add -lole32 to my libtool file. Is there anyway to do this programatically using autoconf, etc
Right now I have to paste it in manually
Normally you accomplish this by appending -lole32 to the LIBS definition in the application configure script. I already do this for the Windows GDI library under both MinGW and Cygwin so it should work.
Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems.org/users/bfriesen
_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
