Re: [fpc-pascal] fpmake - append compiler options

2008-01-26 Thread Michael Van Canneyt
On Sat, 26 Jan 2008, L wrote: > Using fpmake, how does one append a compiler option like > > -dSOMEDEFINE > > Or > > -xxSomeOptionNotIntegratedYet 3 ways: var T : TTarget; P : TPackage; T.Options:='-dSOMEDEFINE'; or P.Options:='-dSOMEDEFINE'; or Defaults.Options:='-dSOMEDEFINE'; Mayb

[fpc-pascal] fpmake - append compiler options

2008-01-26 Thread L
Using fpmake, how does one append a compiler option like -dSOMEDEFINE Or -xxSomeOptionNotIntegratedYet I will put this info in the FPMAKE wiki page if it is possible to do. Regards, L505 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org ht