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 Fri, Jun 27, 2008 at 4:30 PM, Andrew Gvozdev <angvoz.dev@xxxxxxxxx> wrote:
> 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.
>
Yeah, I saw that solution on the mailing list before. But the problem
is that the plugin I am creating will be used for several different
projects by different people, so it would not be an optimal solution
as it would require an extra step after project creation.

--
Cheers,
Karol Krizka
http://www.krizka.net


Back to the top