Makefile.in 397 Bytes
Newer Older
Matteo Bruni's avatar
Matteo Bruni committed
1
MODULE    = d3dcompiler_40.dll
2 3 4
IMPORTS   = dxguid uuid
EXTRADEFS = -DD3D_COMPILER_VERSION=40
PARENTSRC = ../d3dcompiler_43
Matteo Bruni's avatar
Matteo Bruni committed
5

6
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
7

Matteo Bruni's avatar
Matteo Bruni committed
8
C_SRCS = \
9 10 11 12
	asmparser.c \
	blob.c \
	bytecodewriter.c \
	compiler.c \
13
	preproc.c \
14 15 16 17 18
	reflection.c \
	utils.c

LEX_SRCS = \
	asmshader.l \
19 20
	hlsl.l \
	ppl.l
21 22 23

BISON_SRCS = \
	asmshader.y \
24 25
	hlsl.y \
	ppy.y
Matteo Bruni's avatar
Matteo Bruni committed
26 27

RC_SRCS = version.rc