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

Alexandre Julliard julliard at winehq.org
Tue Mar 27 12:48:05 CDT 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Mar 18 19:30:10 2012 +0100

make_specfiles: Add vcomp group.

---

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

diff --git a/tools/make_specfiles b/tools/make_specfiles
index 89af185..619c8ad 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -106,6 +106,10 @@ my @dll_groups =
   "setupapi",
   "cfgmgr32",
  ],
+ [
+  "vcomp",
+  "vcomp100",
+ ],
 );
 
 my $update_flags = 0;




More information about the wine-cvs mailing list