mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 16:29:38 +01:00
Also check *.pas and *.inc files inside sub-directories in msgused.pl
git-svn-id: trunk@49292 -
This commit is contained in:
parent
dc13516dee
commit
bf5f714497
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
unlink("./msgidx.inc");
|
unlink("./msgidx.inc");
|
||||||
unlink("./msgtxt.inc");
|
unlink("./msgtxt.inc");
|
||||||
@compiler_src = (glob("./*.inc"),
|
@compiler_src = (glob("./*.inc"),glob("./*/*.inc"),
|
||||||
glob("./*.pas"));
|
glob("./*.pas"),glob("./*/*.pas"));
|
||||||
|
|
||||||
open(MESSAGE_FILE, "< ./msg/errore.msg") or
|
open(MESSAGE_FILE, "< ./msg/errore.msg") or
|
||||||
die "Couldn't open <./msg/errore.msg> for reading: $!\n";
|
die "Couldn't open <./msg/errore.msg> for reading: $!\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user