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"




_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to