News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

What is "virtual target"

Started by vongodric, August 21, 2006, 10:06:44 AM

Previous topic - Next topic

vongodric

Sry if this a dumb question, but what are they?

Alca Isilon

Those are buildtargets that don't refer directly to a specific output file. The targets "All" and "clean" are virtual build targets.

So in short they are a method of grouping some of the different buildtargets of your project into one buildtarget. (e.g. some GUI required buildtargets into virtual target GUI and console targets into CONSOLE).


vongodric