News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Clean new build from latest trunk (r7945)

Started by daniloz, April 27, 2012, 10:43:55 AM

Previous topic - Next topic

ollydbg

I see an issue, currently, when I do not change any thing of the core c::b targets, when I click the build button, all the zip command will run.

Can we avoid this kind of update? I mean, run zip command only after some XRC files were updated.

Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on June 12, 2012, 08:11:50 AM
Can we avoid this kind of update? I mean, run zip command only after some XRC files were updated.
Uncheck the option "run pre-/ post-build steps even if target is up-to-date".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ollydbg

Quote from: MortenMacFly on June 12, 2012, 08:22:26 AM
Quote from: ollydbg on June 12, 2012, 08:11:50 AM
Can we avoid this kind of update? I mean, run zip command only after some XRC files were updated.
Uncheck the option "run pre-/ post-build steps even if target is up-to-date".
Aha, it works fine, thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.