projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
d3dx9_36/tests: Make sure NaN and negative NaN have the correct sign bits.
[wine]
/
dlls
/
d3dx9_36
/
tests
/
Makefile.in
1
TESTDLL = d3dx9_36.dll
2
IMPORTS = d3dx9 d3d9 user32 gdi32
3
4
C_SRCS = \
5
asm.c \
6
core.c \
7
effect.c \
8
line.c \
9
math.c \
10
mesh.c \
11
shader.c \
12
surface.c \
13
texture.c
14
15
RC_SRCS = rsrc.rc
16
17
@MAKE_TEST_RULES@