From: smoskvin Date: Wed, 9 Nov 2022 15:27:55 +0000 (+0300) Subject: fixed compilation by the genproj tool X-Git-Tag: V7_7_0~1 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=2923ef0df872d5e3f2d2a4af42d6ead910fec4c2;p=occt.git fixed compilation by the genproj tool --- diff --git a/src/Standard/Standard_MMgrTBBalloc.cxx b/src/Standard/Standard_MMgrTBBalloc.cxx index 8499e1af9e..8c7a2df17a 100644 --- a/src/Standard/Standard_MMgrTBBalloc.cxx +++ b/src/Standard/Standard_MMgrTBBalloc.cxx @@ -18,6 +18,7 @@ // paralleling with Intel TBB #ifdef HAVE_TBB +#pragma comment (lib, "tbbmalloc.lib") #include using namespace tbb; #else diff --git a/src/TKDraw/EXTERNLIB b/src/TKDraw/EXTERNLIB index 7afca519af..7ca5eec4e5 100755 --- a/src/TKDraw/EXTERNLIB +++ b/src/TKDraw/EXTERNLIB @@ -9,6 +9,7 @@ TKShHealing TKMesh TKService TKHLR +TKTopAlgo CSF_TclLibs CSF_TclTkLibs CSF_XwLibs