Module: wine Branch: master Commit: 71427de9634134e886e48eb89e2a9bf0ad83c171 URL: http://source.winehq.org/git/wine.git/?a=commit;h=71427de9634134e886e48eb89e...
Author: André Hentschel nerv@dawncrow.de Date: Tue Sep 9 00:04:49 2014 +0200
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 d0d0b63..a18eb97 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"];