Matteo Bruni : tools: Add d3dx11_xx to make_specfiles.
Module: wine Branch: master Commit: abbe201a09ceb1904a431fd1c1e143c6088f60b8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=abbe201a09ceb1904a431fd1c... Author: Matteo Bruni <mbruni(a)codeweavers.com> Date: Tue Mar 13 19:17:42 2018 +0100 tools: Add d3dx11_xx to make_specfiles. Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- tools/make_specfiles | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/make_specfiles b/tools/make_specfiles index 8df802f..da06330 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",
participants (1)
-
Alexandre Julliard