Hi,
I've been using Code::Blocks for a while now and I'm pretty satisfied with it, apart from the fact that I could not make this work, although I suspect this is possible:
I'm using Devkitpro to produce software for the Nintendo DS, and when installing Devkitpro, it defines several environment variables such as DEVKITPRO, etc... to define the root of the dev dir. So, in Makefiles I can put -I$(DEVKITPRO)/include instead of hardcoding the path.
I have the "environment variable" plugin, and when I try to define the variable, it says it's already defined, so the plugin is aware of the actual windows env. variables.
When I replace the hardcoded paths of my include dirs & link lib dirs by env. variables in .cbp projects it does not find the dirs anymore. So is this implemented? planned?
I heard it works for post & pre build steps, etc... but what about .cbp projects? would make them portable whereas I'll have to do some sed work to make a clean dev package for other ppl.
thanks