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