From: stv Date: Mon, 8 Jun 2015 11:50:58 +0000 (+0300) Subject: Fixes for partial compilation errors. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=79a6e4b27e9f70e3e6d2cde657dc61a5adddcd02;p=occt-copy.git Fixes for partial compilation errors. Conflicts: src/TKPCAF/EXTERNLIB src/TKXCAF/EXTERNLIB --- diff --git a/src/OS/ApplicationFramework.tcl b/src/OS/ApplicationFramework.tcl index 372d10d0ea..fc4d9b7434 100644 --- a/src/OS/ApplicationFramework.tcl +++ b/src/OS/ApplicationFramework.tcl @@ -58,7 +58,7 @@ proc ApplicationFramework:alias { } { return CAF } proc ApplicationFramework:depends { } { - return [list Visualization] + return [list ModelingAlgorithms] } ;# ;# Pre-requis pour la compilation ( -I ... ) diff --git a/src/TKCAF/EXTERNLIB b/src/TKCAF/EXTERNLIB index e1cae0b332..c36dd4f465 100755 --- a/src/TKCAF/EXTERNLIB +++ b/src/TKCAF/EXTERNLIB @@ -3,7 +3,6 @@ TKGeomBase TKBRep TKTopAlgo TKMath -TKService TKG2d TKG3d TKCDF diff --git a/src/TKVRML/EXTERNLIB b/src/TKVRML/EXTERNLIB index 6f521bbafa..67daea8ff2 100755 --- a/src/TKVRML/EXTERNLIB +++ b/src/TKVRML/EXTERNLIB @@ -8,6 +8,4 @@ TKG2d TKG3d TKMesh TKHLR -TKService TKGeomAlgo -TKV3d diff --git a/src/TKXCAF/EXTERNLIB b/src/TKXCAF/EXTERNLIB index a82c32bc9d..117b97b8eb 100755 --- a/src/TKXCAF/EXTERNLIB +++ b/src/TKXCAF/EXTERNLIB @@ -1,10 +1,8 @@ TKBRep TKernel TKMath -TKService TKG2d TKTopAlgo -TKV3d TKCDF TKLCAF TKG3d