[fpc-pascal] Re: fpmake - append compiler options
L
L at z505.com
Sat Jan 26 12:27:10 CET 2008
I wrote:
> Using fpmake, how does one append a compiler option like
>
> -dSOMEDEFINE
>
Solution:
Target.options:= '-dSOMEDEFINE';
More information about the fpc-pascal
mailing list