Talk:Code::Blocks command line arguments

From Code::Blocks
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Is there/could there be a way to override project custom-variables (like with make). I'm wondering how code::blocks file could serve as something of a cross-platform command-line build tool in addition to an IDE.

i.e. something like:

codeblocks --build --target=install "PREFIX=C:\mydir\"

for instance.