mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
0b22f87be6
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
25 lines
343 B
Makefile
25 lines
343 B
Makefile
MODULE = d3dcompiler_43.dll
|
|
EXTRADEFS = -DD3D_COMPILER_VERSION=43
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
asmparser.c \
|
|
blob.c \
|
|
bytecodewriter.c \
|
|
compiler.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
|