mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
msvcmaker: Extract wine_test_dsp_files from C_SRCS variable.
This commit is contained in:
parent
9d056eb8e2
commit
bfe47feea0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user