Просмотр исходного кода

Also check *.pas and *.inc files inside sub-directories in msgused.pl

git-svn-id: trunk@49292 -
pierre 4 лет назад
Родитель
Сommit
bf5f714497
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      compiler/utils/msgused.pl

+ 2 - 2
compiler/utils/msgused.pl

@@ -4,8 +4,8 @@
 
 unlink("./msgidx.inc");
 unlink("./msgtxt.inc");
-@compiler_src = (glob("./*.inc"),
-                 glob("./*.pas"));
+@compiler_src = (glob("./*.inc"),glob("./*/*.inc"),
+                 glob("./*.pas"),glob("./*/*.pas"));
 
 open(MESSAGE_FILE, "< ./msg/errore.msg") or
   die "Couldn't open <./msg/errore.msg> for reading: $!\n";