projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
d3d9/tests: Fix typos in text.
[wine]
/
dlls
/
d3d9
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = d3d9.dll
6
IMPORTS = user32 kernel32
7
8
CTESTS = \
9
d3d9ex.c \
10
device.c \
11
query.c \
12
shader.c \
13
stateblock.c \
14
surface.c \
15
texture.c \
16
vertexdeclaration.c \
17
visual.c \
18
volume.c
19
20
@MAKE_TEST_RULES@
21
22
@DEPENDENCIES@ # everything below this line is overwritten by make depend