To have these variables subsituted, just insert them with a $ prepended, as follows:
-Fu/usr/lib/fpc/$FPCVERSION/rtl/$FPCOS
|
This is equivalent to
-Fu/usr/lib/fpc/0.99.12a/rtl/linux
|
If the compiler version is 0.99.12a and the target os is linux.
These replacemens are valid on the command-line and also in the con guration le.
On the linux command-line, you must be careful to escape the $ since otherwise the shell will expand the variable for you, which may have undesired e ects.