Difference between revisions of "Talk:Code::Blocks command line arguments"

From Code::Blocks
(Variables?)
(No difference)

Revision as of 08:19, 29 September 2007

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

i.e. something like:

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

for instance.