Makefile.in 345 Bytes
Newer Older
Matteo Bruni's avatar
Matteo Bruni committed
1
MODULE    = d3dcompiler_36.dll
2 3 4 5
IMPORTS   = dxguid uuid
EXTRALIBS = -lwpp
EXTRADEFS = -DD3D_COMPILER_VERSION=36
PARENTSRC = ../d3dcompiler_43
Matteo Bruni's avatar
Matteo Bruni committed
6 7

C_SRCS = \
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
	asmparser.c \
	blob.c \
	bytecodewriter.c \
	compiler.c \
	main.c \
	reflection.c \
	utils.c

LEX_SRCS = \
	asmshader.l \
	hlsl.l

BISON_SRCS = \
	asmshader.y \
	hlsl.y
Matteo Bruni's avatar
Matteo Bruni committed
23 24

RC_SRCS = version.rc