msvcmaker: Allow ocx tests.

oldstable
André Hentschel 2014-09-09 00:04:49 +02:00 committed by Alexandre Julliard
parent 97daaba1af
commit 71427de963
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ MAKEFILE_IN: foreach my $makefile_in_file (@makefile_in_files) {
$dir =~ s/\/Makefile\.in$//;
my $dsp_file = $testdll;
$dsp_file =~ s/\.(dll|drv)$/_test.dsp/;
$dsp_file =~ s/\.(dll|drv|ocx)$/_test.dsp/;
$dsp_file = "$dir/$dsp_file";
$wine_test_dsp_files{$dsp_file}{files} = [@files, "testlist.c"];