projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
d3dx9/tests: Add beginning of general tests for texture functions.
[wine]
/
dlls
/
d3dx9_36
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = d3dx9_36.dll
6
IMPORTS = d3dx9 d3d9 user32 gdi32
7
8
C_SRCS = \
9
asm.c \
10
core.c \
11
effect.c \
12
line.c \
13
math.c \
14
mesh.c \
15
shader.c \
16
surface.c \
17
texture.c
18
19
RC_SRCS = rsrc.rc
20
21
@MAKE_TEST_RULES@