Author Topic: virtual target pre/post build events  (Read 4662 times)

Offline dfatcb

  • Multiple posting newcomer
  • *
  • Posts: 67
virtual target pre/post build events
« on: November 22, 2011, 08:15:39 pm »
Hello,

I setup virtual target to build all the different targets, however, I have post build events that need to add raw .obj modules to the libraries created, the problem with virtual target build is that it only does it at the end so only the final file being built is updated (using variables for the outfile).  How can I get the post events to occur after each target is built via the virtual target?

TIA!!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: virtual target pre/post build events
« Reply #1 on: November 22, 2011, 08:27:23 pm »
You can have pre- and postbuild steps per project and per target.
If the project is selected in the "Build options" you can do the settings for the project, and if you select a target, you can do the appropriate settings per target.

Offline dfatcb

  • Multiple posting newcomer
  • *
  • Posts: 67
Re: virtual target pre/post build events
« Reply #2 on: November 22, 2011, 08:36:08 pm »
thanks.  I was just coming back to say that I found that out - the weird part is I looked for that at first but I must have spaced out.