On Wed, 23 Jul 2014 13:21:44 +0200 Reinier Olislagers <[email protected]> wrote:
> Hi list, > > Laz trunk, fpc trunk x86, Win. > > I'm trying to set up some defines based on the FPC version [1]: > > In project options,compiler options,other,conditionals I add this: > > // Optimize hash functions for FPC trunk > // FPC 2.6.x does not support -OoUSEEBP > if FPC_FULLVERSION>=20701 then The conditionals have only these predefined variables/functions: http://wiki.lazarus.freepascal.org/Macros_and_Conditionals#Predefined_Variables Maybe FPC_FULLVERSION can be added. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
