Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Adding Multiple Compilers
puneet_m:
I want to add a separate compiler for each of the target in a given project. But currently, addition of multiple compilers is not supported. Can anyone highlight as to how to fix this?
Thanks,
Biplab:
This is possible. Just take a look at wxWidgets Target wizard, where you can add a new target to an existing project with a different compiler. At the moment it won't work as some compiler options are added at project level which spoils this wizard. :)
thomas:
There are only few examples where it really makes sense to do that (for example if a project contains sources in different languages, which are to be linked into one program). However, whether it makes sense or not, it is certainly supported.
puneet_m:
Where is the code for wxWidget target wizard??
Biplab:
--- Quote from: puneet_m on October 25, 2007, 05:55:30 pm ---Where is the code for wxWidget target wizard??
--- End quote ---
<C::B-dir>\share\CodeBlocks\templates\wizard\wxwidgets\wizard.script
Navigation
[0] Message Index
[#] Next page
Go to full version