projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
d3d9: Get rid of IDirect3DStateBlock9Impl.
[wine]
/
dlls
/
d3d9
/
tests
/
Makefile.in
1
TESTDLL = d3d9.dll
2
IMPORTS = user32
3
4
C_SRCS = \
5
buffer.c \
6
d3d9ex.c \
7
device.c \
8
query.c \
9
shader.c \
10
stateblock.c \
11
surface.c \
12
texture.c \
13
vertexdeclaration.c \
14
visual.c \
15
volume.c
16
17
@MAKE_TEST_RULES@