filename of generated outputfiles

Post your requests and ideas on the future development of mikroPascal PRO for PIC.
Post Reply
Author
Message
jpc
Posts: 1986
Joined: 22 Apr 2005 17:40
Location: France 87

filename of generated outputfiles

#1 Post by jpc » 08 Jan 2016 16:40

It happens quite often that i need to build variants of a project that are controlled by compiler directives. The generated output files will always have the same name, it would be very usefull if it was possible to change the name of the outputfile from within the code. I could imagine something like this:

{$IFDEF Version_1}
{$DEF_NAME filename1
version 1 specific code
{$ENDIF}

{$IFDEF Version_2}
{$DEF_NAME filename2
version 2 specific code
{$ENDIF}

this is perhaps a good occasion to remind you of an earlier suggestion to allow dragging files directly from the project manager window into whatever destination.
Au royaume des aveugles, les borgnes sont rois.

User avatar
Aleksandar.Mitrovic
mikroElektronika team
Posts: 1697
Joined: 11 Mar 2015 12:48

Re: filename of generated outputfiles

#2 Post by Aleksandar.Mitrovic » 11 Jan 2016 15:42

Hi Jpc,

Thank you for this suggestion.

I will forward it to our development team for further consideration.

Best regards,
Aleksandar

Post Reply

Return to “mikroPascal PRO for PIC Wish List”