Francois Gouget : winapi_check: We no longer have dlls in nested sub-directories.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 20 14:19:04 CST 2007


Module: wine
Branch: master
Commit: c5f193038c918c9a088bbae363ebe8e2d31c196f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c5f193038c918c9a088bbae363ebe8e2d31c196f

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb 20 15:51:03 2007 +0100

winapi_check: We no longer have dlls in nested sub-directories.

---

 tools/winapi/modules.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winapi/modules.pm b/tools/winapi/modules.pm
index 134f697..14b29b8 100644
--- a/tools/winapi/modules.pm
+++ b/tools/winapi/modules.pm
@@ -100,7 +100,7 @@ sub find_spec_files($) {
     my $allowed_dir;
     my $spec_file;
 
-    my @spec_files = <{dlls/*/*.spec,dlls/*/*/*.spec}>;
+    my @spec_files = <{dlls/*/*.spec}>;
 
     foreach $spec_file (@spec_files) {
         $spec_file =~ /(.*)\/.*\.spec/;




More information about the wine-cvs mailing list