Skip to content

Rework static/shared variants into a configure-time build-switch (#688)

Shared/static switching on windows

configure/CMakeLists.txt: Don't link against msvcstub anymore on windows

We don't link against that library from omniorb anymore as it is only needed as a workaround for using ominORB DLLs under MSVC++ 5.0 (due to destructor inlining issues).

Co-authored-by: Marius Elvert marius.elvert@softwareschneiderei.de

Close #826 (closed)

  • We still have libtangod.dll in the static package. Investigate why. Only a naming problem?
Edited by Thomas Braun

Merge request reports