wine-wine/dlls/d3dcompiler_43/Makefile.in

20 lines
298 B
Makefile
Raw Normal View History

2010-07-30 14:21:43 +00:00
MODULE = d3dcompiler_43.dll
IMPORTLIB = d3dcompiler
IMPORTS = dxguid uuid
EXTRALIBS = $(LIBWPP)
2010-07-30 14:21:43 +00:00
C_SRCS = \
asmparser.c \
asmutils.c \
blob.c \
bytecodewriter.c \
2010-08-17 17:22:59 +00:00
compiler.c \
2010-07-30 14:21:43 +00:00
d3dcompiler_43_main.c
LEX_SRCS = asmshader.l
BISON_SRCS = asmshader.y
2010-07-30 14:21:43 +00:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@