Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Standard Make and Prebuild Commands

On 6/27/08, Karol Krizka <kkrizka@xxxxxxxxx> wrote:
Hi all,

I am wondering if it's possible to specify a prebuild command when
creating a plugin for a Standard Make project. When I tried to specify
the prebuildStep of my configuration, it just got ignored. However
when I enabled managed build support, the prebuild command started
working again, so I know it is set correctly. The problem is that I am
using an external command to generate my makefiles, so I prefer just
to run the generator as the prebuild command and then run standard

make. Is that possible?

One way would be to define a new builder in "Builders" in properties of your project and set it to run before CDT builder.

Andrew


Cheers,

Karol Krizka
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top