Hello, * Brian Dessent wrote on Fri, Jul 04, 2008 at 12:00:35AM CEST: > > B. Libtool only lets you create libtool libraries from libtool objects, > which is fair enough -- it wants control of the process. But AFAIK > libtool has no way of creating a libtool object of a resource, unless > perhaps you play some hacky game with temporarily setting CC=windres.
Libtool has LT_PROG_RC, so this should work. I've never tried it though, it may have bitrotten. A testsuite addition to Libtool would be good to have. Cheers, Ralf
