mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-19 05:30:04 +00:00
(svn r12881) -Fix (r12770): the check for missing header files could find more files than needed
This commit is contained in:
parent
4ac6655bad
commit
1d9dbd9401
@ -52,12 +52,12 @@ Sub get_files(srcdir, dir, list)
|
|||||||
|
|
||||||
' pattern for files to keep
|
' pattern for files to keep
|
||||||
Set rekeep = New RegExp
|
Set rekeep = New RegExp
|
||||||
rekeep.Pattern = "\.h"
|
rekeep.Pattern = "\.h(pp)?$"
|
||||||
rekeep.Global = True
|
rekeep.Global = True
|
||||||
|
|
||||||
' pattern for files to exclude
|
' pattern for files to exclude
|
||||||
Set reskip = New RegExp
|
Set reskip = New RegExp
|
||||||
reskip.Pattern = "\.svn|\.hpp\.sq"
|
reskip.Pattern = "\.svn"
|
||||||
reskip.Global = True
|
reskip.Global = True
|
||||||
|
|
||||||
For Each file in dir.Files
|
For Each file in dir.Files
|
||||||
|
Loading…
Reference in New Issue
Block a user