Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Template question for Makefile Projects...

I'm in the process of creating a Makefile project template for our code.

Are there any existing tasks to add/delete/manipulate build configurations?

Specifically, the project uses jam instead of make. So I'd like to be able to change the build command and build targets.

In addition, I'd like to rename the default configuration to something more product specific as well as add additional build configurations for different targets.


Back to the top