hi,
I have to migrate about 40 projects to codeblocks. 30 of the projects link against the same libs (amongst others). i would like to be able to define a variable (not an environment variable, but a variable that exists only within codeblocks) that indicates the libs I link against.
e.g. something like;
DEBUG_DOC_LIBS=libdoc.so, libprinter.so, libtoto.so
In each of my 30 projects, I can specify $DEBUG_DOC_LIBS. i want to then use this variable in the project build options -> linker settings -> link libraries box (or probably in the "other linker options" box as I see the former only accepts files as input.
Can anybody tell me how I can define such a variable and use it thus.
Thanks and have a nice day
Graham