tools: Add more spec files to synchronize automatically.

oldstable
Alexandre Julliard 2011-05-03 11:13:08 +02:00
parent cd2beae51b
commit 6744fec6c7
1 changed files with 32 additions and 0 deletions

View File

@ -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;