|
From: Julien L. <ju...@fa...> - 2006-03-08 21:48:10
|
On 08/03/2006 18:25, Greg Chicares wrote: > > In source files I see > #include "stdafx.h" > Does that mean it can't be compiled with MinGW? > It's just a bad habit of mine. The 'stdafx.h' file includes all the necessary includes, think of it as a 'config.h' when compiling with a IDE. Same goes for 'stdres.h', it's to address path problems with windres if using Code::Blocks or MinGW. It compiles with MinGW, Cygwin, Code::Blocks at the moment. Files 'INSTALL' (and 'HACKING' if from cvs) gives help for building if you download the source. |