Hi,
how can I add custom define for a package that is installed into Lazarus?
I want to make one feature from that package accessible only for one project but this feature includes some published properties so that Lazarus must be rebuilt to use it.
I know I can add define directly to LPK file but this define I want to add as override only, without touching the LPK file.
I tried to add custom define into Configure Build Lazarus (both Options and Defines) but that appears not to be passed to the packages when Lazarus is rebuilt, I made temporary error with IFnDEF in package source file.
How to add custom defines for packages that are installed and built within Lazarus build?
Thank you