commit | d44ed08d8ac320e84c4b22a7208594cbc313e39a | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Jan 02 17:09:23 2007 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 02 17:09:23 2007 +0100 |
tree | 725b48ff1c36f2dc66df8c4660d5e566cabd49bc | |
parent | 0bd3d8e68ef82f0a739d29994ee69f62397f6627 [diff] |
make_makefiles: Properly skip dlls marked with MKDLL_SKIP.
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 @@ foreach my $make (@_) { my %makefile = %{$makefiles{$make}}; + next if defined $makefile{"=skip"}; if ($make =~ /dlls\/(.*)\/tests\/Makefile/) {