libtool
[Top][All Lists]
Advanced

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

MSYS postdeps question


From: Kevin Tew
Subject: MSYS postdeps question
Date: Thu, 03 Feb 2005 11:07:18 -0700
User-agent: Debian Thunderbird 1.0 (X11/20050116)

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

BEFORE
# Dependencies to place after the objects being linked to create a
# shared library.
postdeps="-lstdc++ -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt"

AFTER
# Dependencies to place after the objects being linked to create a
# shared library.
postdeps="-lstdc++ -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -lole32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]