Difference between revisions of "Talk:Code::Blocks command line arguments"
From Code::Blocks
Johnfemiani (talk | contribs) (Variables?) |
Johnfemiani (talk | contribs) |
||
Line 1: | Line 1: | ||
Is there/could there be a way to override project custom-variables (like with make). | Is there/could there be a way to override project custom-variables (like with make). | ||
− | I'm wondering | + | 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: | i.e. something like: |
Latest revision as of 08:20, 29 September 2007
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.