make_specfiles: Add atl group.

This commit is contained in:
André Hentschel 2012-04-05 19:41:01 +02:00 committed by Alexandre Julliard
parent 5a1276bf39
commit b08f2237ee

View file

@ -110,6 +110,10 @@ my @dll_groups =
"vcomp",
"vcomp100",
],
[
"atl",
"atl80",
],
);
my $update_flags = 0;