gl4es
gl4es copied to clipboard
Android.mk: option to build a shared library
So far for OpenMW on Android a shared version of gl4es is preferred over a static version.
It may be worth to add a configuration option and check its value via ifeq to choose between static and shared libraries, with static one by default to keep backward compatibility.