Re: Yah! First post. Xcode tastes great and is less filling...
Re: Yah! First post. Xcode tastes great and is less filling...
- Subject: Re: Yah! First post. Xcode tastes great and is less filling...
- From: Scott Tooker <email@hidden>
- Date: Fri, 24 Oct 2003 23:02:17 -0700
Sorry, I was just referring to the fact on 10.2 you have
/usr/bin/pbxbuild and on 10.3 you have /usr/bin/xcodebuild.
Scott
On Oct 24, 2003, at 10:56 PM, Dave Rehring wrote:
> On 10/24/03 10:34 PM, Scott Tooker at email@hidden wrote:
>
>> Both pbxbuild and xcodebuild exist in /usr/bin.
>>
>> So you could do something like...
>>
>> if [ -f /usr/bin/xcodebuild ] ; then
>> BUILDTOOL="xcodebuild"
>> else
>> BUILDTOOL ="pbxbuild"
>> fi
>>
>> Scott
>
> Scott,
>
> Thanks for the script. However, pbxbuild [and ProjectBuilder] only
> remain
> if you upgrade from Jaguar. If you do a clean install of Panther and
> then
> install XCode, you don't get these tools (or, at least, that's how it
> worked
> for me).
>
> Later,
> --
> David Rehring Psychos do not explode when light hits
> VP of Research and Development them, no matter how crazy they are...
> Atimi Software, Inc.
> www.atimi.com And totally insane guy!
[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.