mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
9400874e3c
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
23 lines
361 B
Makefile
23 lines
361 B
Makefile
MODULE = d3dcompiler_39.dll
|
|
IMPORTS = wined3d
|
|
EXTRADEFS = -DD3D_COMPILER_VERSION=39
|
|
PARENTSRC = ../d3dcompiler_43
|
|
EXTRAINCL = $(VKD3D_PE_CFLAGS)
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
asmparser.c \
|
|
blob.c \
|
|
bytecodewriter.c \
|
|
compiler.c \
|
|
reflection.c \
|
|
utils.c
|
|
|
|
LEX_SRCS = \
|
|
asmshader.l
|
|
|
|
BISON_SRCS = \
|
|
asmshader.y
|
|
|
|
RC_SRCS = version.rc
|