mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
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;
|
||||
}
|
||||
|
||||
if(/^MODULE\s*=\s*([\w\.]+)$/) {
|
||||
if(/^MODULE\s*=\s*([\w\.-]+)$/) {
|
||||
$module = $1;
|
||||
} elsif (/^\@MAKE_IMPLIB_RULES\@/) {
|
||||
$type = "lib";
|
||||
|
Loading…
Reference in New Issue
Block a user