[PATCH 2/2] d3dcompiler: Use d3dcompiler_47 for importlib.

Jacek Caban jacek at codeweavers.com
Thu Jul 19 07:36:28 CDT 2018


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

It is needed for winelib dxvk tests builds. It needs newer version than
what we currently use for importlib. We currently have one import lib,
like Windows SDK, but recent Windows SDK point to d3dcompiler_47 (like
this patch).

We might consider other approaches for this. mingw provides versioned
import libs, so it's possible to link like -ld3dcompiler_47, explicitly
choosing the version. It also provides 'default', not versioned
d3dcompiler importlib. For example, this could be useful if we ever have
to case which d3dcompiler* version is used by which d3dx9_* DLLs.

 dlls/d3dcompiler_43/Makefile.in | 1 -
 dlls/d3dcompiler_47/Makefile.in | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-d3dcompiler-Use-d3dcompiler_47-for-importlib.diff
Type: text/x-patch
Size: 658 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180719/1fb24781/attachment.bin>


More information about the wine-devel mailing list