configure: Create d3dx10 import library.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ffbab96cc6
commit
3f38d2a117
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MODULE = d3dx10_43.dll
|
||||
IMPORTLIB = d3dx10
|
||||
|
||||
C_SRCS = \
|
||||
d3dx10_43_main.c
|
||||
|
|
Loading…
Reference in New Issue