Paco Soberón - 2003-03-06

When Dev-C++ generates Makefile.win in order to compile the project, objects depend on source files (*.cpp) but not on header files (*.h).

So, if I alter a header file (vary the value of a const int, or the code of an inline method), and press "Compile" again, the changes are not reflected.

Is it a mistake in the generation of Makefile.win... or am I doing something wrong?

Thanks in advance,

John Barleycorn