IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Zen on December 15, 2005, 07:13:50 AM

Title: Feature Request
Post by: Zen on December 15, 2005, 07:13:50 AM
Something that bugged me quite a lot in IBasic was that you had to write a batch file to cleanup all the compiler output once you had made your program. It can get annoying, especialy if you have a really big project.

I think there should be some sort of option in the IDE for "Auto Cleanup" or something, so that the files that are no longer needed are deleted automaticly after the compilation process has finished.

Lewis
Title: Re: Feature Request
Post by: Ionic Wind Support Team on December 15, 2005, 08:40:19 AM
It would have to be optional.  I actually use all of the .a files.  And the linker map file is invaluable for debugging.

Title: Re: Feature Request
Post by: Zen on December 15, 2005, 08:41:29 AM
Yes i did think that it would have to be optional as people do use some of the file. But it would be great to be able to turn it on or off i think.

Lewis
Title: Re: Feature Request
Post by: Ionic Wind Support Team on December 15, 2005, 08:43:08 AM
And the .o files would need to stay reguardless.  Incremental compiling, or just relinking which are two options to be added will need them.  Otherwise yoiu will be forced to rebuild the entire project even if you change one source file.