> >* freetype2/builds/mac/ftlib.prj is for CodeWarrior > >* freetype2/base/Jamfile is cross platform, > > but ftmac.c is quoted for MPW > Not sure here either. I think Jamfiles were used in > ProjectBuilder some time ago, that means OS X/gcc -> Mach-O environment. >
The Jamfiles located in the FreeType source directories are written for the standard version of Jam, that handles among lots of other operating systems, both MacOS and OS X. See http://www.perforce.com/jam/jam.html. When used with FT-Jam (a light variant, found at http://www.freetype.org/jam/), these files can also be used to perform incremental builds correctly, because FT-Jam knows about #include MACRO_NAME_H schemes and computes header dependencies automatically. I know that there is some very _old_ and _modified_ version of Jam installed with OS X, that is normally being used by ProjectBuilder or something like that, but I have no idea wether this would work with our Jamfiles. I may be possible that the Jamfiles need some small fixes to compile correctly on MacOS, but nobody had the time to test it until now. In all cases, it should be very easy to do. By the way, I'd be interested to know the exact version of Jam that comes with 10.4. Did they upgrade it ? To know that, simply type "jam -v" or "jam -?" on the command line. Regards, - David Turner - The FreeType Project (www.freetype.org) _______________________________________________ Freetype-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype-devel
