mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Add XCAFView to UDLIST
This commit is contained in:
parent
9c2488148b
commit
8f469cc38b
@ -360,6 +360,7 @@ n XCAFApp
|
|||||||
n XCAFDimTolObjects
|
n XCAFDimTolObjects
|
||||||
n XCAFDoc
|
n XCAFDoc
|
||||||
n XCAFPrs
|
n XCAFPrs
|
||||||
|
n XCAFView
|
||||||
n XSAlgo
|
n XSAlgo
|
||||||
n XSControl
|
n XSControl
|
||||||
n XmlMXCAFDoc
|
n XmlMXCAFDoc
|
||||||
|
@ -1824,6 +1824,9 @@ proc osutils:tk:files { tkloc thePlatform } {
|
|||||||
"n" { set utyp "nocdlpack" }
|
"n" { set utyp "nocdlpack" }
|
||||||
"x" { set utyp "executable" }
|
"x" { set utyp "executable" }
|
||||||
}
|
}
|
||||||
|
if { $utyp == "" } {
|
||||||
|
puts "Error: '$loc' is undefined within UDLIST"
|
||||||
|
}
|
||||||
if [array exists map] { unset map }
|
if [array exists map] { unset map }
|
||||||
osutils:tk:loadunit $loc map
|
osutils:tk:loadunit $loc map
|
||||||
#puts " loc = $loc === > [array names map]"
|
#puts " loc = $loc === > [array names map]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user