Sorry, I wouldn't really now when to start. I kind of experimented
with flags xcode uses when creating a universal application with a
minimum tiger deployment target.

On 11 apr, 23:10, "David Crawshaw" <[EMAIL PROTECTED]> wrote:
> Alwin Troost <[EMAIL PROTECTED]> wrote:
> >  I have found that you can create a universal binary that will run on
> >  10.4 Tiger as well as 10.5 Leopard by altering your Makefile.common
> >  and replacing:
>
> >  Darwin_CC        := gcc -arch $(arch)
> >  with
> >  Darwin_CC        := gcc -arch $(arch) -mmacosx-version-min=10.4 -
> >  isysroot /Developer/SDKs/MacOSX10.4u.sdk
>
> >  and
>
> >  Darwin_LINKFLAGS := -dynamiclib
> >  with
> >  Darwin_LINKFLAGS := -dynamiclib -isysroot /Developer/SDKs/
> >  MacOSX10.4u.sdk
>
> Thank you very much! Can you point to any Apple documentation that explains 
> the
> changes?
>
> The next version, which I will probably release tomorrow, will be
> compiled like this.
>
> d.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to