News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

virtual target pre/post build events

Started by dfatcb, November 22, 2011, 08:15:39 PM

Previous topic - Next topic

dfatcb

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!!

Jenna

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.

dfatcb

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.