1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-09 18:50:54 +03:00
occt/src/DrawResources/QARebuildCommands
dbv 5fdb6d685b 0022913: Clean up source repository from unused files
Changes
Removed unused files. Files in QAResources have been moved to DrawResources
Removing unused files from NCollection (see )
2012-03-29 19:32:30 +04:00

6 lines
88 B
Plaintext

foreach h [array names Draw_Groups] {
foreach f $Draw_Groups($h) {
QARebuild $f
}
}