=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: msvcmaker: Allow ocx tests.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Sep 9 14:09:52 CDT 2014


Module: wine
Branch: master
Commit: 71427de9634134e886e48eb89e2a9bf0ad83c171
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=71427de9634134e886e48eb89e2a9bf0ad83c171

Author: André Hentschel <nerv at 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"];




More information about the wine-cvs mailing list