Commit 71427de9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

msvcmaker: Allow ocx tests.

parent 97daaba1
......@@ -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"];
......
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