[PATCH] configure: Create d3dx10.lib

Matteo Bruni matteo.mystral at gmail.com
Fri Dec 4 10:04:28 CST 2015


2015-12-03 8:13 GMT+01:00 Alistair Leslie-Hughes <leslie_alistair at hotmail.com>:
> Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 2d2a168..187c963 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])

I think you should override the implib name to drop the version
suffix, in the same fashion as d3dx9 a few lines below.

>  WINE_CONFIG_DLL(d3dx11_42)
>  WINE_CONFIG_DLL(d3dx11_43)
>  WINE_CONFIG_DLL(d3dx9_24)
> --
> 1.9.1



More information about the wine-devel mailing list