Rev 12413 | Rev 16091 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12413 | Rev 16013 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | !exit |
30 | !exit |
31 | !endif |
31 | !endif |
32 | 32 | ||
33 | !for type in new,old |
33 | !for type in new,old |
34 | !read scripts/reccnt.proc $type $($type) |
34 | !read scripts/reccnt.proc $type $($type) |
35 | t=!defof class_defined in $($type)/.def |
35 | t=!defof class_defined in wimshome/$($type)/.def |
36 | !if $t=yes |
36 | !if $t=yes |
37 | $(type)_defcnt=1 |
37 | $(type)_defcnt=1 |
38 | !else |
38 | !else |
39 | $(type)_defcnt=0 |
39 | $(type)_defcnt=0 |
40 | !endif |
40 | !endif |