Support Board
Date/Time: Sat, 11 Jan 2025 01:57:51 +0000
Post From: M$VC++ compiler leaving garbage in ACS_Source
[2016-10-14 09:30:29] |
bjohnson777 (Brett Johnson) - Posts: 284 |
As I'm tweaking all my programs to compile cleanly with M$VC++, I noticed it's leaving .ext .lib and .obj garbage files behind that the previous compiler didn't. While they're easy enough to manually delete, this is really a mess with my nearly 3 dozen source files to work through. These extra files could also confuse end users compiling someone else's source code. Can these be auto-deleted on a successful compile? Thanks |