Hey all,
I'm trying to figure out how to create a project file for a large project I'm working on at work. I just want to use Code::Blocks as the IDE. My job has it's own crazy complex build environment, so I don't need to use Code::Blocks to build. I just want to use the IDE (which admittedly is pretty cool) and the code completion. So, I'm thinking I need a project file. But I don't know how to setup a project to include this massive pre-existing code base. The project doesn't use make files. So, I didn't see any way to just point it at a make file, and I didn't even know if I could just point it at a make file and have it figure everything else out anyway. I was wondering if there was a way to setup the project file so I could point it at a root directory and have it scan and add the files on it's own. That way, if I sync with the repo and new files are added, I won't have to keep re-adding them. Is this possible?
- Goishin