[fpc-devel]Compilation of Apples Universal Interfaces
Olle Raab
olle.r at automagika.se
Mon Aug 16 12:18:54 CEST 2004
04-08-16 11.58, skrev Dr. Rolf Jansen följande:
> Many thanks for the hint. I will try the following:
>
> 1. I will make a command line Pascal program which converts CR to LF
You might use the tr utility, like this:
tr "\r" "\n" | diff ... | tr "\n" "\r"
> 2. I will make a shell script which applies the diff
> 3. I write a double-clickable AppleScript application which calls
> both with the correct arguments in the correct order and
> which in its later incarnation might install other stuff.
Nice.
But I still think it vould be easier for our users if we got the permission
from Apple to redistribute our modified UI. I'll try to contact them.
Olle
More information about the fpc-devel
mailing list