summaryrefslogtreecommitdiff
path: root/fltk-options/Makefile
AgeCommit message (Collapse)Author
2025-03-06Remove autotools (configure/make) supportAlbrecht Schlosser
2024-08-10Quote variables that may contain spaces in fltk-options/MakefileAlbrecht Schlosser
2023-12-20Make the 'Forms' compatibility library 'fltk_forms' optionalAlbrecht Schlosser
This library is no longer needed in FLTK itself. There is only one demo program (test/forms.cxx) that uses it if it is built. The demo program displays a message if fltk_forms is not available. The default is 'enabled' for backwards compatibility but this may be changed to 'disabled' in a future version.
2023-01-21Move global FLTK options into new app fltk-admin (#560)Matthias Melcher