How do you specify a subfolder for a run configuration?
Posted: Thu Oct 11, 2012 1:36 pm
I wanted to create a special "TEST_MODE" build of my software. I added some
#ifdef TEST_MODE
#endif
sections. Then I created a new Build configuration and called it TestMode where I defined TEST_MODE. So far so good. Everything builds and I now have a Release, Debug, and TestMode folder. When I do this for MinGw apps in Eclipse, when I create a run configuration there is a line that lets me specify the subfolder for the project. When I do this for a NB executable there is no such line. I can only specify the project. On the "Arguments" tab of the run configuration I noticed a working directory but when I uncheck Use Default and specify my subfolder nothing changes.
I can manually send this TestMode build with AutoUpdate but I thought there might be a way to do it using the tools inside Eclipse.
Anyone?
#ifdef TEST_MODE
#endif
sections. Then I created a new Build configuration and called it TestMode where I defined TEST_MODE. So far so good. Everything builds and I now have a Release, Debug, and TestMode folder. When I do this for MinGw apps in Eclipse, when I create a run configuration there is a line that lets me specify the subfolder for the project. When I do this for a NB executable there is no such line. I can only specify the project. On the "Arguments" tab of the run configuration I noticed a working directory but when I uncheck Use Default and specify my subfolder nothing changes.
I can manually send this TestMode build with AutoUpdate but I thought there might be a way to do it using the tools inside Eclipse.
Anyone?