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:
@@ -21,7 +21,6 @@ proc ApplicationFramework:toolkits { } {
|
|||||||
TKCDF \
|
TKCDF \
|
||||||
TKLCAF \
|
TKLCAF \
|
||||||
TKCAF \
|
TKCAF \
|
||||||
TKVCAF \
|
|
||||||
TKBinL \
|
TKBinL \
|
||||||
TKXmlL \
|
TKXmlL \
|
||||||
TKShapeSchema \
|
TKShapeSchema \
|
||||||
@@ -59,7 +58,7 @@ proc ApplicationFramework:alias { } {
|
|||||||
return CAF
|
return CAF
|
||||||
}
|
}
|
||||||
proc ApplicationFramework:depends { } {
|
proc ApplicationFramework:depends { } {
|
||||||
return [list Visualization]
|
return [list ModelingAlgorithms]
|
||||||
}
|
}
|
||||||
;#
|
;#
|
||||||
;# Pre-requis pour la compilation ( -I ... )
|
;# Pre-requis pour la compilation ( -I ... )
|
||||||
|
@@ -3,7 +3,6 @@ TKGeomBase
|
|||||||
TKBRep
|
TKBRep
|
||||||
TKTopAlgo
|
TKTopAlgo
|
||||||
TKMath
|
TKMath
|
||||||
TKService
|
|
||||||
TKG2d
|
TKG2d
|
||||||
TKG3d
|
TKG3d
|
||||||
TKCDF
|
TKCDF
|
||||||
|
@@ -4,7 +4,6 @@ TKMath
|
|||||||
TKernel
|
TKernel
|
||||||
TKCDF
|
TKCDF
|
||||||
TKG2d
|
TKG2d
|
||||||
TKService
|
|
||||||
TKG3d
|
TKG3d
|
||||||
TKPShape
|
TKPShape
|
||||||
TKCAF
|
TKCAF
|
||||||
|
@@ -8,6 +8,4 @@ TKG2d
|
|||||||
TKG3d
|
TKG3d
|
||||||
TKMesh
|
TKMesh
|
||||||
TKHLR
|
TKHLR
|
||||||
TKService
|
|
||||||
TKGeomAlgo
|
TKGeomAlgo
|
||||||
TKV3d
|
|
||||||
|
@@ -1,12 +1,10 @@
|
|||||||
TKBRep
|
TKBRep
|
||||||
TKernel
|
TKernel
|
||||||
TKMath
|
TKMath
|
||||||
TKService
|
|
||||||
TKG2d
|
TKG2d
|
||||||
TKTopAlgo
|
TKTopAlgo
|
||||||
TKV3d
|
|
||||||
TKCDF
|
TKCDF
|
||||||
TKLCAF
|
TKLCAF
|
||||||
TKG3d
|
TKG3d
|
||||||
TKCAF
|
TKCAF
|
||||||
TKVCAF
|
|
||||||
|
Reference in New Issue
Block a user