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