Module: wine Branch: master Commit: 6744fec6c7e444600bf7fc665df95500c34a56f0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6744fec6c7e444600bf7fc665d...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 3 11:13:08 2011 +0200
tools: Add more spec files to synchronize automatically.
---
tools/make_specfiles | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/tools/make_specfiles b/tools/make_specfiles index 2ead737..73dd2bf 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -70,6 +70,38 @@ my @dll_groups = "d3dx9_25", "d3dx9_24", ], + [ + "d3dx10_43", + "d3dx10_42", + "d3dx10_41", + "d3dx10_40", + "d3dx10_39", + "d3dx10_38", + "d3dx10_37", + "d3dx10_36", + "d3dx10_35", + "d3dx10_34", + "d3dx10_33", + ], + [ + "d3dcompiler_43", + "d3dcompiler_42", + "d3dcompiler_41", + "d3dcompiler_40", + "d3dcompiler_39", + "d3dcompiler_38", + "d3dcompiler_37", + "d3dcompiler_36", + "d3dcompiler_35", + "d3dcompiler_34", + "d3dcompiler_33", + ], + [ + "xinput1_3", + "xinput1_2", + "xinput1_1", + "xinput9_1_0", + ], );
my $update_flags = 0;