[fpc-pascal] how to use macros on linux?
Sven Barth
pascaldragon at googlemail.com
Mon Apr 14 19:02:39 CEST 2014
On 14.04.2014 18:54, Mattias Gaertner wrote:
>> so how do i use macros to tell fpc where to place the unit libraries on linux
>> like i do for winwhatever??
>
> fpc macro example:
> fpc -FUlib/\$fpctarget foo.pas
And just for explanation: the "\$" is needed so that the shell does not
treat the $fpctarget as a shell variable.
Regards,
Sven
More information about the fpc-pascal
mailing list