Makefile.in 328 Bytes
Newer Older
Matteo Bruni's avatar
Matteo Bruni committed
1
MODULE    = d3dcompiler_39.dll
2
IMPORTS   = wined3d
3
EXTRADEFS = -DD3D_COMPILER_VERSION=39
4
PARENTSRC = ../d3dcompiler_43
5
EXTRAINCL = $(VKD3D_PE_CFLAGS)
Matteo Bruni's avatar
Matteo Bruni committed
6

7
EXTRADLLFLAGS = -Wb,--prefer-native
8

9
SOURCES = \
10
	asmparser.c \
11 12
	asmshader.l \
	asmshader.y \
13 14 15 16
	blob.c \
	bytecodewriter.c \
	compiler.c \
	reflection.c \
17 18
	utils.c \
	version.rc