DiligentEngine icon indicating copy to clipboard operation
DiligentEngine copied to clipboard

Docs about how to link

Open HydrogenC opened this issue 1 year ago • 0 comments

I noted there is a macro called ENGINE_DLL which controls how the engine is linked. However, the README is lacking docs about details about this macro and how to toggle between static link and dynamic link manually.
It should be notified in the docs that the link mode can be toggled by switching between -shared and -static targets.

HydrogenC avatar Jun 11 '24 06:06 HydrogenC