You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update and add build options
Switch to BUILD_CUSTOM which can be used for building wxWidgets from
a PR or other custom version.
This also adds three options that can be used to conditionalize long-running
features until they are ready to be made available: INTERNAL_FEATURE1,
INTERNAL_FEATURE2 and INTERNAL_FEATURE3.
Update description and build information
Description adds XRC to the possible outputs. Build information adds C++20
requirement and Windows-only build.
Switch from WIX to NSIS setup
For what we are installing, NSIS is a better choice. We also now register .wxui files with wxUiEditor and remove that registry on Uninstall.
Closes#1