=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: make_specfiles: Add atl group.

Alexandre Julliard julliard at winehq.org
Fri Apr 6 14:43:26 CDT 2012


Module: wine
Branch: master
Commit: b08f2237ee81fcfef7ed24b202c3173fe9db7e07
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b08f2237ee81fcfef7ed24b202c3173fe9db7e07

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Apr  5 19:41:01 2012 +0200

make_specfiles: Add atl group.

---

 tools/make_specfiles |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tools/make_specfiles b/tools/make_specfiles
index 619c8ad..a39889f 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -110,6 +110,10 @@ my @dll_groups =
   "vcomp",
   "vcomp100",
  ],
+ [
+  "atl",
+  "atl80",
+ ],
 );
 
 my $update_flags = 0;




More information about the wine-cvs mailing list