[fpc-devel] FPC_HAS_FEATURE_SUPPORT
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Oct 17 19:03:43 CEST 2008
Can someone explain the new FPC system layout?
I find out so far:
In rtl/inc/systemh.inc there is
{$ifndef FPC_HAS_FEATURE_SUPPORT}
...
{$define FPC_HAS_FEATURE_CLASSES}
...
{$ENDIF}
Because FPC 2.3.1 defines FPC_HAS_FEATURE_SUPPORT the above is never
executed and therefore FPC_HAS_FEATURE_CLASSES is never defined. So for
example TObject is never defined.
What defines FPC_HAS_FEATURE_CLASSES and the other features?
Mattias
More information about the fpc-devel
mailing list