Please could you add something like Ralf Wildenheus's helpful Makefile rule from
to the libtool manual? At present I don't think it's possible to work out how to compile Windows resource files without a lot of detective work.
As suggested by the last message in that thread, the following seems to work:
.rc.lo:
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@
--