News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Importing from a list of files

Started by ANR, July 06, 2008, 10:04:09 AM

Previous topic - Next topic

ANR

I'm getting started with C++, and I want Code::Blocks to join me :-)

At work I'm working on a product with a lot of source code. I have a tool that will let me generate a list of all c/h/cpp/hpp-files in the project.

What I want is:
1: create an empty project
2: import all the files from the filelist to the project
3: set C::B to build my project using a custom command

Is this doable?