• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Compiling screensaver for 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling screensaver for 10.5


  • Subject: Re: Compiling screensaver for 10.5
  • From: Nick Zitzmann <email@hidden>
  • Date: Thu, 31 Mar 2011 10:42:05 -0600

On Mar 31, 2011, at 12:29 AM, Gabriel Zachmann wrote:

> So, here are (hopefully) all relevant settings that are in effect when I compile using the configuration "release 10.5":
>               ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";

If you still want to support PowerPC, then you need to change this to "i386 ppc x86_64". The reason is because the latest point release of Xcode 3.2 dropped ppc from the list of standard architectures, so if you don't add it manually, then there will be no PPC build.

>               MACOSX_DEPLOYMENT_TARGET = 10.5;

You should change this to 10.6 for the x86_64 build only.

>               SDKROOT = macosx10.5;

You should also change this to macosx10.6 for the x86_64 build only.

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Compiling screensaver for 10.5
      • From: Laurent Daudelin <email@hidden>
References: 
 >Compiling screensaver for 10.5 (From: Gabriel Zachmann <email@hidden>)

  • Prev by Date: Re: Can't keep untitled windows from opening!
  • Next by Date: Re: Can't keep untitled windows from opening!
  • Previous by thread: Compiling screensaver for 10.5
  • Next by thread: Re: Compiling screensaver for 10.5
  • Index(es):
    • Date
    • Thread