I've compiled different .cpp files in one project and got .o files. In the linking stage they are tried to be combined in a singe executable. But, as they're not supposed to be built in one project (every .cpp file deserves it's own project), I get a lot of linking errors. And that's ok.
What I want is to build every .cpp file separately and get it's .map file. Is there any check button for doing this?
Thanks in advance.