From: abv Date: Thu, 17 Sep 2015 16:14:44 +0000 (+0300) Subject: Revert X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d8ece6eea77c419692e092347622c380fd704efd;p=occt-copy.git Revert --- diff --git a/src/OS/ApplicationFramework.tcl b/src/OS/ApplicationFramework.tcl index fc4d9b7434..372d10d0ea 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 ModelingAlgorithms] + return [list Visualization] } ;# ;# Pre-requis pour la compilation ( -I ... ) diff --git a/src/OS/Draw.tcl b/src/OS/Draw.tcl index e7ca69f003..01dab2fa67 100644 --- a/src/OS/Draw.tcl +++ b/src/OS/Draw.tcl @@ -15,7 +15,7 @@ ;# Liste des toolkits WOK sous forme de full path ;# proc Draw:toolkits { } { - set aResult [list TKDraw TKTopTest TKViewerTest TKVCAF TKXSDRAW TKDCAF TKXDEDRAW TKTObjDRAW TKQADraw] + set aResult [list TKDraw TKTopTest TKViewerTest TKXSDRAW TKDCAF TKXDEDRAW TKTObjDRAW TKQADraw] if { [info exists ::env(HAVE_VTK)] && $::env(HAVE_VTK) == "true" } { lappend aResult "TKIVtkDraw" diff --git a/src/TKCAF/EXTERNLIB b/src/TKCAF/EXTERNLIB index c36dd4f465..e1cae0b332 100755 --- a/src/TKCAF/EXTERNLIB +++ b/src/TKCAF/EXTERNLIB @@ -3,6 +3,7 @@ TKGeomBase TKBRep TKTopAlgo TKMath +TKService TKG2d TKG3d TKCDF diff --git a/src/TKPCAF/PACKAGES b/src/TKPCAF/PACKAGES index feef2cadc3..10549ef0b9 100755 --- a/src/TKPCAF/PACKAGES +++ b/src/TKPCAF/PACKAGES @@ -2,4 +2,5 @@ PDataXtd PNaming PPrsStd MDataXtd +MPrsStd MNaming diff --git a/src/TKVRML/EXTERNLIB b/src/TKVRML/EXTERNLIB index 67daea8ff2..6f521bbafa 100755 --- a/src/TKVRML/EXTERNLIB +++ b/src/TKVRML/EXTERNLIB @@ -8,4 +8,6 @@ TKG2d TKG3d TKMesh TKHLR +TKService TKGeomAlgo +TKV3d diff --git a/src/TKXCAF/EXTERNLIB b/src/TKXCAF/EXTERNLIB index 117b97b8eb..a82c32bc9d 100755 --- a/src/TKXCAF/EXTERNLIB +++ b/src/TKXCAF/EXTERNLIB @@ -1,8 +1,10 @@ TKBRep TKernel TKMath +TKService TKG2d TKTopAlgo +TKV3d TKCDF TKLCAF TKG3d