Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×