Ian Branch 127 Posted March 30, 2019 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
Sue King 5 Posted March 30, 2019 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
Ian Branch 127 Posted March 30, 2019 Hi Sue, Excellent. Works perfectly. Thank you. Regards, Ian Share this post Link to post
dummzeuch 1505 Posted March 30, 2019 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
Ian Branch 127 Posted March 30, 2019 Hi Thomas, Yes I discovered that. Thanks for the alternative suggestion. Regards, Ian Share this post Link to post