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