[WINAPI] add the loader directory to the paths to exclude

Rolf Kalbermatter rolf.kalbermatter at citeng.com
Fri Jan 6 01:37:36 CST 2006


Changelog
    tools/winapi/config.pm
        Add the loader directory to the paths to exclude. There is nothing
        in there anymore that would need to be done for winapi tools.

Rolf Kalbermatter

Index: tools/winapi/config.pm
===================================================================
RCS file: /home/wine/wine/tools/winapi/config.pm,v
retrieving revision 1.19
diff -u -r1.19 config.pm
--- tools/winapi/config.pm	17 Jun 2005 20:55:07 -0000	1.19
+++ tools/winapi/config.pm	5 Jan 2006 23:40:53 -0000
@@ -108,7 +108,7 @@
 
     $_ = file_absolutize($_);
 
-    m%^(?:libs|programs|server|tools)/% && return 1;
+    m%^(?:loader|libs|programs|server|tools)/% && return 1;
     m%^dlls/wineps/data/% && return 1;
     m%^dlls/winmm/wineoss/midipatch\.c$% && return 1;
     m%spec\.c$% && return 1;




More information about the wine-patches mailing list