openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

Added support for ADDON_DEFINES from addon_config.mk for make files #8161

Closed roymacdonald closed 2 weeks ago

roymacdonald commented 3 weeks ago

This a adds support for ADDON_DEFINES when using make. It follows the pattern already set for the other addon_config.mk files and it was also partly implemented, so it should not break nor bother when not present.

roymacdonald commented 2 weeks ago

I will merge this since it is really useful to have the new PG working nicely, but also it does not interfere with what was already there