wine/dlls/d3dcompiler_35/Makefile.in
Alexandre Julliard 011b2eca46 d3dcompiler: Copy the C preprocessor source into d3dcompiler_43.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-07-02 13:33:08 +02:00

27 lines
358 B
Makefile

MODULE = d3dcompiler_35.dll
IMPORTS = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=35
PARENTSRC = ../d3dcompiler_43
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
preproc.c \
reflection.c \
utils.c
LEX_SRCS = \
asmshader.l \
hlsl.l \
ppl.l
BISON_SRCS = \
asmshader.y \
hlsl.y \
ppy.y
RC_SRCS = version.rc