From 6744fec6c7e444600bf7fc665df95500c34a56f0 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 3 May 2011 11:13:08 +0200 Subject: [PATCH] tools: Add more spec files to synchronize automatically. --- tools/make_specfiles | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/tools/make_specfiles b/tools/make_specfiles index 2ead737c0f0..73dd2bfe5db 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;