Is there a way to supress the generation of the MAP and TDS files? These files are quite large. I am using the buildx.bat file. I know I could just add code to the bat file to delete them, but this would make matters worse. If I just leave them I have one copy of each per PRG. If I delete them with each compile, then I will have one copy of each (MAP, TDS) for EACH compile in my trash folder.
I looked at the flags for both Borland and xHarbour and I don't see an option to supress them (I don't know which compiler generates them).
Any ideas?
James