Author Topic: Clean new build from latest trunk (r7945)  (Read 12960 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Clean new build from latest trunk (r7945)
« Reply #15 on: June 12, 2012, 08:11:50 am »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Clean new build from latest trunk (r7945)
« Reply #16 on: June 12, 2012, 08:22:26 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Clean new build from latest trunk (r7945)
« Reply #17 on: June 14, 2012, 06:36:55 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.