Is there any method (available or planned) to support multiple configurations for a project? For example, say that i want two configurations one for each platform i want my program to support, with the platforms being Win32 and Linux, so i would end with four configurations:
Win32 - "Lite"
Win32 - "Full"
Linux - "Lite"
Linux - "Full"
and be able to build one of them, two of them (all Win32 or all Linux) or all four.
Anything like that available (i don't think so) or planned?