Commit bfe47fee authored by Ilya Basin's avatar Ilya Basin Committed by Alexandre Julliard

msvcmaker: Extract wine_test_dsp_files from C_SRCS variable.

parent 9d056eb8
......@@ -202,7 +202,7 @@ MAKEFILE_IN: foreach my $makefile_in_file (@makefile_in_files) {
push @imports, $;
} elsif (/^EXTRALIBS\s*=\s*/) {
push @imports, map { /^-l(dxerr8|dxerr9|dxguid|strmiids|uuid)$/ ? $1 : () } split /\s+/s, $';
} elsif (/^CTESTS\s*=\s*/) {
} elsif (/^CTESTS\s*=\s*/ || ( ($makefile_in_file =~ /\/tests\/Makefile\.in$/) && /^C_SRCS\s*=\s*/ ) ) {
my @files = split /\s+/s, $';
my $dir = $makefile_in_file;
......
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