I would like to automatically delete a specific object file to force the file to build the file each time I compile. In the source file that I want to delete the object file for, I have a MACRO in the source file that puts the date and time the file was compiled so I want this file to compile each time to give the build time and date each time I compile. In CCS 4.2, I found in project Properties - > C/C++ build -> Build Steps tab -> Pre Build Step: -> Command that should do the trick but I have not been able to make this work. Is this the way I should go about this or is there a different way I should do this? If this is the correct way, what is the syntax of the command to specify the path and filename to delete the object file for?
Thanks,
Doug