-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Describe the bug
In project settings, there's an option to specify compiler constants. Prior to Beta 424, these were applied to packages referenced by the project, however now they're not applied.
To Reproduce
For example, in a project with WinDevLib added, set compiler constant WINDEVLIB_LITE=1, then in local project code, Dim x As Long = L2_REASON_CODE_GROUP_SIZE. It should give an error, as that constant is within a module, wdAPIWLAN.twin, that should have been excluded #If WINDEVLIB_LITE <> 0.
Expected behavior
Compiler constants should be applied to packages a project has added.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 10
- twinBASIC compiler version 0.15.592
Additional context
Add any other context about the problem here.