FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Supressing MAP and TDS files
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Supressing MAP and TDS files
Posted: Sun Dec 17, 2006 03:54 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Supressing MAP and TDS files
Posted: Sun Dec 17, 2006 06:26 PM

For the MAP files, it is enough to not specify it. Unfortunately I don't think you can avoid TDS files.

EMG

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Supressing MAP and TDS files
Posted: Sun Dec 17, 2006 09:16 PM

I found the solution. If you delete files from a batch file, they DON'T go to the trash bin. Nice to know.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion