Adriaan van Os wrote:
Waldek Hebisch wrote:
<snip> Another possibility is: do all what dialect is doing to objects (it is probably what you originally had in mind). Then -fbp-objects would be a subset of -fdelphi-objects (or we could just make a single -fborland-objects). Then we will have:
-fborland-objects -fmac-objects -fooe-objects -fgnu-objects
From a user's (programmer's) point of view this seems logical, at least to me.
Or maybe (since they are mutually exclusive) -fobject-model=xx, where xx is bp,delphi,mac,ooe or default. The default model links to the dialect setting.
I have already implemented the -fxxx-objects version. -fobject-model=xx requires more work...