wine/dlls/d3dcompiler_42/Makefile.in
Elizabeth Figura fe4e5225e4 d3dx9: Link versions 42 and 43 to the corresponding d3dcompiler DLL.
Instead of linking both versions to version 47.
2025-02-28 14:14:19 +01:00

19 lines
355 B
Makefile

MODULE = d3dcompiler_42.dll
IMPORTLIB = d3dcompiler_42
IMPORTS = wined3d
EXTRADEFS = -DD3D_COMPILER_VERSION=42
PARENTSRC = ../d3dcompiler_43
EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS = -Wb,--prefer-native
SOURCES = \
asmparser.c \
asmshader.l \
asmshader.y \
blob.c \
bytecodewriter.c \
compiler.c \
reflection.c \
utils.c \
version.rc