msvcmaker: Allow hyphens in dll names.

This commit is contained in:
André Hentschel 2014-09-09 00:04:31 +02:00 committed by Alexandre Julliard
parent 636dc013cd
commit 97daaba1af
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ MAKEFILE_IN: foreach my $makefile_in_file (@makefile_in_files) {
next; next;
} }
if(/^MODULE\s*=\s*([\w\.]+)$/) { if(/^MODULE\s*=\s*([\w\.-]+)$/) {
$module = $1; $module = $1;
} elsif (/^\@MAKE_IMPLIB_RULES\@/) { } elsif (/^\@MAKE_IMPLIB_RULES\@/) {
$type = "lib"; $type = "lib";