Hello.
@ Rob:
> #!/bin/sh
> COMPILER=fpc
> make clean
> make all FPC=$COMPILER OPT="-Fl/usr/local/lib"
> make FPC=$COMPILER install INSTALL_PREFIX=/usr/
> this script, according to Fred vS, rebuilds: FPC, the FPC RTL, and the
> Lazarus LCL.
Hum, if I may, I never said that this script will reb
Sent: Thursday, October 19, 2023 at 1:56 AM
From: "Fred vS via fpc-devel"
> @ Rob:
>> #!/bin/sh
>> COMPILER=fpc
>> make clean
>> make all FPC=$COMPILER OPT="-Fl/usr/local/lib"
>> make FPC=$COMPILER install INSTALL_PREFIX=/usr/
>> this script, according to Fred vS, rebuilds: FPC, the FPC RTL, and