Alexandre Julliard : make_makefiles: Properly skip dlls marked with MKDLL_SKIP.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 2 14:17:28 CST 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jan  2 17:09:23 2007 +0100

make_makefiles: Properly skip dlls marked with MKDLL_SKIP.

---

 tools/make_makefiles |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/make_makefiles b/tools/make_makefiles
index d44632f..74b8946 100755
--- a/tools/make_makefiles
+++ b/tools/make_makefiles
@@ -342,6 +342,7 @@ sub update_dlls(@)
     foreach my $make (@_)
     {
         my %makefile = %{$makefiles{$make}};
+        next if defined $makefile{"=skip"};
 
         if ($make =~ /dlls\/(.*)\/tests\/Makefile/)
         {




More information about the wine-cvs mailing list