bmx-ng / bcc

A next-generation bcc parser for BlitzMax
zlib License
33 stars 13 forks source link

Pragmas added to interfaces for hierarchical visibility. #631

Closed woollybah closed 11 months ago

GWRon commented 11 months ago

Can pragmas have impact on the building process? I mean: can something happen "inside" which is dependent on some building option (like "linux", "windows", "arm", "64bit" ...)? Some options are stored in the file names to avoid "issues". Dunno if that could happen here too.