c++visual-studiowin32ole

How do I disable exp/lib generation when building an exe?


I realize this is probably caused by some _dllexport() somewhere, not in my code but in some third-party piece. (Qt, Boost, OpenSG, ...)

Is there a simple linker option to disable this? I've searched but not found anywhere.


Solution