msvcmaker: Extract wine_test_dsp_files from C_SRCS variable.

oldstable
Ilya Basin 2010-03-22 12:49:41 +03:00 committed by Alexandre Julliard
parent 9d056eb8e2
commit bfe47feea0
1 changed files with 1 additions and 1 deletions

View File

@ -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;