]> OCCT Git - occt.git/commit
0033054: Configuration - link errors due to missing references to new TKXDE toolkit
authorkgv <kgv@opencascade.com>
Wed, 6 Jul 2022 18:32:46 +0000 (21:32 +0300)
committersmoskvin <smoskvin@opencascade.com>
Thu, 7 Jul 2022 16:23:00 +0000 (19:23 +0300)
commitdee5eb82b5ba746070e144250bd1363f630dedfa
tree0e592fc75d39b6e9d29505eda81024096d57b4c7
parentc2eed2a326269c7e901fae0c0dae8e78f1f4ca54
0033054: Configuration - link errors due to missing references to new TKXDE toolkit

src/OS/DataExchange.tcl - added missing new toolkits.
TKRWMesh - added missing reference to TKTopAlgo (for using BRepLib_PointCloudShape).
Removed redundant dependency from TKBinXCAF.
DRAWEXE - added missing references for a static build.

THE_CONFIGURATION_SCOPE definition has been corrected to postpoine calling constructor till the first variable usage.
Fixed compiler warning at SelectMgr_Frustum<3>::DumpJson() due to misleading Standard_EXPORT for an inline template method definition.
18 files changed:
src/DE/DE_Wrapper.cxx
src/DEBRepCascade/DEBRepCascade_ConfigurationNode.cxx
src/DEXCAFCascade/DEXCAFCascade_ConfigurationNode.cxx
src/DRAWEXE/EXTERNLIB_STATIC
src/IGESCAFControl/IGESCAFControl_ConfigurationNode.cxx
src/OS/DataExchange.tcl
src/RWGltf/RWGltf_ConfigurationNode.cxx
src/RWObj/RWObj_ConfigurationNode.cxx
src/RWStl/RWStl_ConfigurationNode.cxx
src/STEPCAFControl/STEPCAFControl_ConfigurationNode.cxx
src/SelectMgr/SelectMgr_Frustum.hxx
src/TKRWMesh/EXTERNLIB
src/TKSTL/EXTERNLIB
src/TKVRML/EXTERNLIB
src/TKXDECascade/EXTERNLIB
src/TKXDEIGES/EXTERNLIB
src/TKXDESTEP/EXTERNLIB
src/Vrml/Vrml_ConfigurationNode.cxx