wine/dlls/d3dcompiler_43/Makefile.in
Alexandre Julliard 3602962275 makefiles: Generate dependencies for static libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-23 19:38:37 +09:00

24 lines
301 B
Makefile

MODULE = d3dcompiler_43.dll
IMPORTLIB = d3dcompiler
IMPORTS = dxguid uuid
EXTRALIBS = -lwpp
C_SRCS = \
asmparser.c \
blob.c \
bytecodewriter.c \
compiler.c \
main.c \
reflection.c \
utils.c
LEX_SRCS = \
asmshader.l \
hlsl.l
BISON_SRCS = \
asmshader.y \
hlsl.y
RC_SRCS = version.rc