msvcmaker: The Visual Studio project conversion tool requires a configuration type.

This commit is contained in:
Reece Dunn 2008-10-15 08:19:00 +01:00 committed by Alexandre Julliard
parent 3d143253e4
commit 23787fc7d9

View File

@ -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) {