145 Gnu Makefiles for all Petzold Programs

Dimitrie O. Paun dimi at intelliware.ca
Fri Feb 7 11:41:52 CST 2003


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.





More information about the wine-devel mailing list