Tim: I've read the wikis.
The c/c++ compiler(s) I want to use are not free/open source but are not currently supported by Code::Blocks.
What I can't see in the wiki, or in the Compiler/Debugger settings is how - assuming I have configured Code::Blocks for my compiler(s) - I add its name to the list in the list box of supported compilers.
If my command line is '<compiler.exe> /t/e <source.c>' (which for my compiler means : compile/link source.c with debug info) can you tell me what my input to the 'compile single file to object file' would be? (The description is not strictly accurate if I'm producing an .exe file as well as an .obj as a result of the process.)
I guess a follow on to my original question would be : is there an explanation of the macros?
Thanks