Module: wine Branch: master Commit: 6d9e2d7fac6c3c67951f1a4ffe143ba7f8ffdf28 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6d9e2d7fac6c3c67951f1a4ffe...
Author: André Hentschel nerv@dawncrow.de Date: Thu May 26 19:23:43 2011 +0200
tools: Add setupapi and cfgmgr to synchronize spec files automatically.
---
tools/make_specfiles | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tools/make_specfiles b/tools/make_specfiles index b03fe54..9e9b8e8 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -102,6 +102,10 @@ my @dll_groups = "xinput1_1", "xinput9_1_0", ], + [ + "setupapi", + "cfgmgr32", + ], );
my $update_flags = 0;