Author Topic: batch build option  (Read 6048 times)

Offline dfatcb

  • Multiple posting newcomer
  • *
  • Posts: 67
batch build option
« on: November 22, 2011, 01:55:29 am »
does codeblocks have a batch build option that will allow building all the selected build targets at the same time.  Basically I have 30 build targets and in VisualStuidio I can just batch build, but using codeblocks in Linux, I don't' see how to build all at once??? TIA!!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7786
    • My Best Post
Re: batch build option
« Reply #1 on: November 22, 2011, 02:14:26 am »
I am guessing a virtual target with all other targets under it will do what you wish to do.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline dfatcb

  • Multiple posting newcomer
  • *
  • Posts: 67
Re: batch build option
« Reply #2 on: November 22, 2011, 02:27:02 am »
Yep, thanks, it's under properties of the project.