From 3f38d2a1170e63c9d9d2cbbdbf79bc094a87fe1a Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Sat, 5 Dec 2015 10:23:36 +1100 Subject: [PATCH] configure: Create d3dx10 import library. Signed-off-by: Alistair Leslie-Hughes Signed-off-by: Alexandre Julliard --- configure | 2 +- configure.ac | 2 +- dlls/d3dx10_43/Makefile.in | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 885a3c55a96..378782829bb 100755 --- a/configure +++ b/configure @@ -17451,7 +17451,7 @@ wine_fn_config_dll d3dx10_39 enable_d3dx10_39 wine_fn_config_dll d3dx10_40 enable_d3dx10_40 wine_fn_config_dll d3dx10_41 enable_d3dx10_41 wine_fn_config_dll d3dx10_42 enable_d3dx10_42 -wine_fn_config_dll d3dx10_43 enable_d3dx10_43 +wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10 wine_fn_config_dll d3dx11_42 enable_d3dx11_42 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 wine_fn_config_dll d3dx9_24 enable_d3dx9_24 diff --git a/configure.ac b/configure.ac index 2d2a168787f..86f12c598d2 100644 --- a/configure.ac +++ b/configure.ac @@ -2791,7 +2791,7 @@ WINE_CONFIG_DLL(d3dx10_39) WINE_CONFIG_DLL(d3dx10_40) WINE_CONFIG_DLL(d3dx10_41) WINE_CONFIG_DLL(d3dx10_42) -WINE_CONFIG_DLL(d3dx10_43) +WINE_CONFIG_DLL(d3dx10_43,,[implib],[d3dx10]) WINE_CONFIG_DLL(d3dx11_42) WINE_CONFIG_DLL(d3dx11_43) WINE_CONFIG_DLL(d3dx9_24) diff --git a/dlls/d3dx10_43/Makefile.in b/dlls/d3dx10_43/Makefile.in index 2585f4828ef..cb48f0d78c9 100644 --- a/dlls/d3dx10_43/Makefile.in +++ b/dlls/d3dx10_43/Makefile.in @@ -1,4 +1,5 @@ MODULE = d3dx10_43.dll +IMPORTLIB = d3dx10 C_SRCS = \ d3dx10_43_main.c -- 2.11.4.GIT