Hi
I wonder if, it is possible to make a project using shared source files, but ending up making different executetables, depending on different 'main' files in the project.
I know that I can enable or disable certain source files in options for compile and/or link.
But I miss a way to quickly shift between making these different executetables, eg setting up which files in use for making the right file.
Is there a way for solving this ?
Targets?
Not sure I know what you mean with targets, but running Codeblocks 20.03 on windows 64 bit, if thats what you mean.
Read the user manual (https://www.codeblocks.org/docs/manual_codeblocks_en.pdf), section 1.4: Create projects from build targets
Now I got it working.
Thanks for your help.