[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] Standard Make and Prebuild Commands
|
- From: "Karol Krizka" <kkrizka@xxxxxxxxx>
- Date: Fri, 27 Jun 2008 15:39:41 -0700
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=47gqV/pTwkRTHXEasyLE3Zq1YO7k/0G9/wyCWDw78hw=; b=A3Eet0BkuXwQW1LDV3EqA/Phn7nXek6U+4gXropUHA3vaXXhj5DfiR3peLCcVGygYk Nm7SffN9qXdf7cHhYKhUQnRVwiZ9XhTjxixVMOk4OfxR7YqbCggl59qxDLuNnCqQa1H0 qJ/V6cQMU1M/Qc1JyCGjzfqsy9hshuB/b9eAg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=jgw0fFl5nbzHRdvj/WpBsU2Q4GP40xWiNqKiwm9bPUE8obXJaxV3ozgSHV+743ba2o phFWI50B0ZaK/t6r2WcoLr64VLz1RFH6np+dmejn21grw8Su9LvCcwk8YRpWVb/ESFgZ tZHA1LVE48XG46txvqSdWjhMyTwBj0UfOJ6Ow=
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?
Cheers,
Karol Krizka