projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winmm: Rearrange device mapping when a new default device is chosen.
[wine]
/
dlls
/
d3dcompiler_43
/
Makefile.in
1
MODULE = d3dcompiler_43.dll
2
IMPORTLIB = d3dcompiler
3
IMPORTS = dxguid uuid
4
EXTRALIBS = $(LIBWPP)
5
6
C_SRCS = \
7
asmparser.c \
8
blob.c \
9
bytecodewriter.c \
10
compiler.c \
11
d3dcompiler_43_main.c \
12
reflection.c \
13
utils.c
14
15
LEX_SRCS = \
16
asmshader.l \
17
hlsl.l
18
19
BISON_SRCS = \
20
asmshader.y \
21
hlsl.y
22
23
RC_SRCS = version.rc
24
25
@MAKE_DLL_RULES@