Re: Compile problem with 1943
- Posted by jimcbrown (admin) Apr 18, 2009
- 846 views
SDPringle said...
If you need to do a make clean to get consistent results then your Makefile has an issue. You need to have the dependencies set properly in the Makefile. I never need to do a 'wmake -f makefile.wat clean' with Windows. Maybe we should standardize with watcom-make...
Shawn Pringle
Actually, I have had this problem consistently with watcom wmake.
I tracked it down to the fact that it's not deleting the old .c or .obj files, which I assume was a 98 specific issue.