Hi.
we have a project file that is below project/build/projects/name.cbp and a sourcedir below project/src - is it somehow possible to set the compile working dir to project/? i'm asking this because in our rc file we have a path for a manifest file (project.exe.manifest) that is below project/build/projects/ - crosscompiling with a makefile works fine when the resource it set to the path build/projects/project.exe.manifest in the project.rc file. but this is not working for c::b - i really don't wanna add a preprocessor variable to be able to use codeblocks. so i'm searching for the above mentioned option to make codeblocks not search the resource in project/build/projects/build/projects/project.exe.manifest.
thanks a lot