msvcmaker: Allow hyphens in dll names.
This commit is contained in:
parent
636dc013cd
commit
97daaba1af
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue