Re: Using Project References
Re: Using Project References
- Subject: Re: Using Project References
- From: Scott Tooker <email@hidden>
- Date: Thu, 12 Feb 2004 15:46:59 -0800
Values. The build style in the main target is used for all targets.
Scott
On Feb 12, 2004, at 3:03 PM, Daryl Thachuk wrote:
> Scott
>
> I am setting the Other Linker Flags in the build style. When you say
> the buildstyle is sent to all targets do you mean the build style
> values? or the build style name?
>
> -daryl
>
> On Feb 12, 2004, at 11:51 AM, Scott Tooker wrote:
>
>> Are you setting the Other Linker Flags in the target or the build
>> style. Currently, the buildstyle used in the master project is sent
>> to all other targets (including those referenced from other
>> projects).
>>
>> Scott
>>
>> On Feb 12, 2004, at 9:37 AM, Daryl Thachuk wrote:
>>
>>> Hi Scott
>>>
>>> Ok, thats seems to work. thanks!
>>>
>>> Now I seem to have another problem. I have created a framework
>>> (framework2) which refers to another framework (framework1) using
>>> Project References. I am finding when I build framework2, framework1
>>> does build as it should, except it is being passed the Other Linker
>>> Flags of framework2 and not the Other Linker Flags of framework1.
>>> For example the framework1 project sets Other Linker Flags -seg1addr
>>> 0x20000000
>>> and the framework2 project sets Other Linker Flags -seg1addr
>>> 0x30000000 yet when I build framework2 which in turn builds
>>> framework1 they both get -seg1addr 0x30000000. If I build them
>>> separately then they both get their respective -seg1addr's
>>>
>>> Sounds like a bug to me.
>>>
>>> -daryl
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.