Commit d44ed08d authored by Alexandre Julliard's avatar Alexandre Julliard

make_makefiles: Properly skip dlls marked with MKDLL_SKIP.

parent 0bd3d8e6
......@@ -342,6 +342,7 @@ sub update_dlls(@)
foreach my $make (@_)
{
my %makefile = %{$makefiles{$make}};
next if defined $makefile{"=skip"};
if ($make =~ /dlls\/(.*)\/tests\/Makefile/)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment