* Vincent Torri wrote on Sun, Jul 06, 2008 at 07:38:04PM CEST: >> Typo of mine, sorry about that. Probably you'll want a rule such as >> >> .rc.lo: >> $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile >> $(RC) $(RCFLAGS) -c $< -o $@ > > Last question: when I use -c, windres hangs. When I do not use it, it > seems to work. Is -c really needed ?
No. As I said I haven't looked at windres options really or tested the above, so you might have to adjust it accordingly. Cheers, Ralf
