On Tue, December 23 2003 08:51 am, Dimitrie O. Paun wrote:
On December 23, 2003 09:03 am, Vincent BĂ©ron wrote:
Not really. The problem in that case is that winemaker thinks every resource file needs to be compiled independantly, when there's really only one to compile in that case (as it includes the other ones).
Fundamental problem is that winemaker just can't be so smart to guess a perfect Makefile. I suggest you just write one manually, and use winegcc to build, this way your Makefile is portable between Wine and MinGW.
This was the first time that I learned about the existence and purpose of winegcc. I couldn't find any information in the Winelib user's guide nor is there a man page. Is winegcc quite new? Is more information available somewhere?
Thanks, Ralf