Commit 97daaba1 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

msvcmaker: Allow hyphens in dll names.

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