0022913: Clean up source repository from unused files
[occt.git] / src / DrawResources / QARebuildCommands
1 foreach h [array names Draw_Groups] {
2         foreach f $Draw_Groups($h) {
3                 QARebuild $f
4         }
5 }