Re: Compile problem with 1943
- Posted by SDPringle Apr 18, 2009
- 830 views
I don't believe it should need to delete old *.obj or *.c files. If the object file will be included iff the objfiles.lnk file contains it. The object file will be updated iff the C file is recreated, that is to say if it is created by the translation process. That's the way it should work at least. If not, the problem is not deleting, the problem is dependencies again. Look at the general rule for C to OBJ. The problem must be there.
Shawn Pringle