[fpc-devel]Compilation of Apples Universal Interfaces
Jonas Maebe
jonas at zeus.ugent.be
Mon Aug 16 10:44:41 CEST 2004
On 16 aug 2004, at 10:31, Dr. Rolf Jansen wrote:
> I aggree with you that it would be great if Apple would allow us to
> distribute a patched version of the PInterfaces. In the meantime we
> have to go the diff and patch way.
One problem with this may be that it seems that diff (the version
distributed with Mac OS X in any case) is not able to cope with Mac
line breaks. It thinks the whole file is one long line. We can of
course create a script that uses "tr" to change the Mac line breaks to
unix linebreaks before patching (or a Pascal program that simply reads
the orignal and writes it out elsewhere, that will have the same
effect).
Jonas
More information about the fpc-devel
mailing list