Files
oak-editor/engine
Mike-Solar 960d6361d5 ci: make Windows render plugins entry-point-only (fix duplicate symbols)
oakengine-obj already contains openglrenderer.cpp and its moc output;
compiling them again into oakgl.dll plus embedding oakengine-obj caused
duplicate definitions and a stray k_app_version reference. On Windows
the plugins now compile only the C entry point and link oakengine-obj +
olive-version-obj.
2026-08-03 13:52:28 +08:00
..