On Sep 8, 2003, at 6:48 AM, Graham Bloice wrote:


Executing cleanbld.bat and then nmake -f Makefile.nmake clean resolved the
problem.

Note that there are no dependencies in any of the Makefile.nmake files, so if a header file changes, there is no guarantee that everything that includes that header file will be recompiled. I don't know whether that was the cause of this problem or not, but I always do a "nmake -f Makefile.nmake clean" before doing a Windows build after doing a CVS update.


Reply via email to