msvcmaker: Allow ocx tests.
This commit is contained in:
parent
97daaba1af
commit
71427de963
|
@ -199,7 +199,7 @@ MAKEFILE_IN: foreach my $makefile_in_file (@makefile_in_files) {
|
||||||
$dir =~ s/\/Makefile\.in$//;
|
$dir =~ s/\/Makefile\.in$//;
|
||||||
|
|
||||||
my $dsp_file = $testdll;
|
my $dsp_file = $testdll;
|
||||||
$dsp_file =~ s/\.(dll|drv)$/_test.dsp/;
|
$dsp_file =~ s/\.(dll|drv|ocx)$/_test.dsp/;
|
||||||
$dsp_file = "$dir/$dsp_file";
|
$dsp_file = "$dir/$dsp_file";
|
||||||
|
|
||||||
$wine_test_dsp_files{$dsp_file}{files} = [@files, "testlist.c"];
|
$wine_test_dsp_files{$dsp_file}{files} = [@files, "testlist.c"];
|
||||||
|
|
Loading…
Reference in New Issue