mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
msvcmaker: The Visual Studio project conversion tool requires a configuration type.
This commit is contained in:
parent
3d143253e4
commit
23787fc7d9
@ -514,6 +514,12 @@ sub _generate_dsp($$) {
|
|||||||
push @_cfgs, "$cfg Release";
|
push @_cfgs, "$cfg Release";
|
||||||
}
|
}
|
||||||
@cfgs = @_cfgs;
|
@cfgs = @_cfgs;
|
||||||
|
} else {
|
||||||
|
my @_cfgs;
|
||||||
|
foreach my $cfg (@cfgs) {
|
||||||
|
push @_cfgs, "$cfg Debug";
|
||||||
|
}
|
||||||
|
@cfgs = @_cfgs;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$no_msvc_headers) {
|
if (!$no_msvc_headers) {
|
||||||
|
Loading…
Reference in New Issue
Block a user