On Fri, 7 Feb 2003, John Kopplin wrote: > I would be very pleased if these makefiles would help > with the development of the Wine emulator.
Yes, they are quite helpful. To be even more useful, please change the lines: CC = gcc WRES = windres into: ifndef WINE CC = gcc WRES = windres else CC = winegcc WRES = wrc endif This way they are ready to compile as Winelib apps just by doing: make -f file.mak WINE=1 Cool work, thanks! -- Dimi.