wine/dlls/d3dcompiler_46/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

27 lines
392 B
Makefile

MODULE = d3dcompiler_46.dll
IMPORTLIB = d3dcompiler_46
IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=46
PARENTSRC = ../d3dcompiler_43
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
preproc.c \
reflection.c \
utils.c
LEX_SRCS = \
asmshader.l \
ppl.l
BISON_SRCS = \
asmshader.y \
ppy.y
RC_SRCS = version.rc