[PATCH] configure: Create d3dx10.lib (try 2)

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Fri Dec 4 17:23:36 CST 2015


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 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 885a3c5..3787828 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 2d2a168..86f12c5 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 2585f48..cb48f0d 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.6.2




More information about the wine-patches mailing list