I have recently switched to Orwell. When using the older Dev-C++, working files for resources such as prog_BMP_private.rc would be put in \objects\MinGW. I have got main.o to go there but not the private type working files. I would prefer them out of the way and not cluttering up my code directory. Any ideas please?
Cheers
Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can specify a build file output directory in the project options. You have to specify the directory for every separate project individually, I have not been able to find any global setting that allows a special directory to be set outside of an active project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have recently switched to Orwell. When using the older Dev-C++, working files for resources such as prog_BMP_private.rc would be put in \objects\MinGW. I have got main.o to go there but not the private type working files. I would prefer them out of the way and not cluttering up my code directory. Any ideas please?
Cheers
Paul
You can specify a build file output directory in the project options. You have to specify the directory for every separate project individually, I have not been able to find any global setting that allows a special directory to be set outside of an active project.