[PATCH 5/5] tools: Add d3dx11_xx to make_specfiles.

Matteo Bruni mbruni at codeweavers.com
Tue Mar 13 13:17:42 CDT 2018


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
We'll probably want to rework d3dx*_* DLLs to share more code at some
point but, for the time being, this will help.

Please rerun make_specfiles after applying the patch :)

 tools/make_specfiles | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/make_specfiles b/tools/make_specfiles
index cf685b6b85a..cdbc92b4325 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -92,6 +92,10 @@ my @dll_groups =
   "d3dx10_33",
  ],
  [
+  "d3dx11_43",
+  "d3dx11_42",
+ ],
+ [
   "xinput1_3",
   "xinput1_4",
   "xinput1_2",
-- 
2.13.6




More information about the wine-devel mailing list