make_specfiles: Add vcomp group.

This commit is contained in:
André Hentschel 2012-03-18 19:30:10 +01:00 committed by Alexandre Julliard
parent 4078b0f1ab
commit 41c4357f15
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@ my @dll_groups =
"setupapi",
"cfgmgr32",
],
[
"vcomp",
"vcomp100",
],
);
my $update_flags = 0;