Jump to content
Registration disabled at the moment Read more... ×
Ian Branch

Alternative directory for .drc & .map files?

Recommended Posts

Hi Guys,

When I build my Apps I send the .exe files to an Applications folder for testing.

When I do that, the .drc and .map files go there too.

Is there any way to have the .drc & .map files stay in the source/development directory, or somewhere else, rather than the Apps directory?

Regards & TIA,

Ian

Share this post


Link to post

You could compile to the source/development directory and use Build Events after compile to copy it to the Applications folder for testing.

Share this post


Link to post

Or you could compile to the application folder and (re) move the other files in a post build event. That way the debugging still works.

Share this post


Link to post

Hi Thomas,

Yes I discovered that.

Thanks for the alternative suggestion.

Regards,

Ian

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×