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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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