Author Topic: Importing from a list of files  (Read 2447 times)

ANR

  • Guest
Importing from a list of files
« on: July 06, 2008, 10:04:09 am »
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?