From 71427de9634134e886e48eb89e2a9bf0ad83c171 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Tue, 9 Sep 2014 00:04:49 +0200 Subject: [PATCH] msvcmaker: Allow ocx tests. --- tools/winapi/msvcmaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index d0d0b636382..a18eb978e00 100755 --- a/tools/winapi/msvcmaker +++ b/tools/winapi/msvcmaker @@ -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"]; -- 2.11.4.GIT