[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] bug or feature? build configuration for project references
|
Done as 161603
Thanks,
---
Derek
Sennikovsky, Mikhail wrote:
BTW, it would be good if we have different New Project Model features
planned for the 4.0 have their own bugzillas. So please go ahead and
create a bugzilla enhancement request regarding build configuration
references.
Thanks,
Mikhail
-----Original Message-----
From: Sennikovsky, Mikhail
Sent: Thursday, October 19, 2006 8:32 PM
To: 'CDT General developers list.'
Subject: RE: [cdt-dev] bug or feature? build configuration for project
references
Hi Derek,
If I switch the build configuration of master to Release, slave is
still
built as Debug, unless I switch it manually.
This is how it works now. We are planning to introduce the configuration
reference mechanism (i.e. allow one project to reference the particular
configuration of another one) in the 4.0 See the New Project Model UI
and Core designs attached to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=115935
Regards,
Mikhail
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Derek Morris
Sent: Thursday, October 19, 2006 8:23 PM
To: CDT General developers list.
Subject: [cdt-dev] bug or feature? build configuration for project
references
Hi,
I have 2 projects, master and slave. slave creates a library that is
used by
master. Master has a Project Reference to slave
If I switch the build configuration of master to Release, slave is still
built
as Debug, unless I switch it manually.
Is there a way for the build configuration of a referenced project to be
inherited from the 'master'?
Thanks,