1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +03:00

Fixes for partial compilation errors.

This commit is contained in:
stv
2015-06-08 14:50:58 +03:00
parent acd10a61cd
commit b4c600a218
5 changed files with 2 additions and 9 deletions

View File

@@ -21,7 +21,6 @@ proc ApplicationFramework:toolkits { } {
TKCDF \
TKLCAF \
TKCAF \
TKVCAF \
TKBinL \
TKXmlL \
TKShapeSchema \
@@ -59,7 +58,7 @@ proc ApplicationFramework:alias { } {
return CAF
}
proc ApplicationFramework:depends { } {
return [list Visualization]
return [list ModelingAlgorithms]
}
;#
;# Pre-requis pour la compilation ( -I ... )

View File

@@ -3,7 +3,6 @@ TKGeomBase
TKBRep
TKTopAlgo
TKMath
TKService
TKG2d
TKG3d
TKCDF

View File

@@ -4,7 +4,6 @@ TKMath
TKernel
TKCDF
TKG2d
TKService
TKG3d
TKPShape
TKCAF

View File

@@ -8,6 +8,4 @@ TKG2d
TKG3d
TKMesh
TKHLR
TKService
TKGeomAlgo
TKV3d

View File

@@ -1,12 +1,10 @@
TKBRep
TKernel
TKMath
TKService
TKG2d
TKTopAlgo
TKV3d
TKCDF
TKLCAF
TKG3d
TKCAF
TKVCAF