summaryrefslogtreecommitdiff
path: root/MacOSX-Framework
Commit message (Collapse)AuthorAgeFilesLines
* MacOSX-Framework: updates for SnowleopardHendrik Visage2010-09-211-32/+86
| | | | | | | | | | | 1) PPC64 appears to be an 10.5 only supported architecture, so I forced 10.5 for 64bit if there is a need for PPC64, else 64bit only does x86_64 2) proper "make clean" after every ./configure. fixes a bug where subsequent runs the 32bit do not get compiled 3) Added a version numbering curl-$VERSION} rather than the "stock standard" A
* removed trailing whitespaceYang Tse2010-02-141-7/+7
|
* Daniel Johnson improved the MacOSX-Framework shell script to now perform allYang Tse2009-04-101-20/+49
| | | | | the steps required to build a Mac OS X four way fat ppc/i386/ppc64/x86_64 libcurl.framework. Four way fat framework requires OS X 10.5 SDK or later.
* Daniel Johnson provided a shell script that will perform all the steps neededYang Tse2009-02-231-0/+49
to build a Mac OS X fat ppc/i386 or ppc64/x86_64 libcurl.framework