Hello,
I would like to be able to build a same project against two different compilers ; GCC and MSVC9, both up, running and already binded with C::B using global "Settings/Compilers". So, knowing the project is already defined to use GCC through targets I called "GCC Debug" and "GCC Release", what's the right way to add equivalent (but with its specific options) targets for MSVC (ie. MSVC Debug" and "MSVC Release".
Should I add them from "Project properties / Build targets tab" or using "File / New / Build target" ? Also, does the compiler and linker options will be automatically tuned on predictable defaults values as done by the "Project wizard" ? Or, if not, is it possible to quickly copy all the compiler and linker options from a project to another one (I mean without to manually go in every field) ? Or, last hypothsis, should I define my default for every compiler in global "Settings/Compilers" ?