repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
d3d9: Don't return a pointer to the implementation in IDirect3DSwapChain9Impl_QueryIn...
[wine.git]
/
dlls
/
d3dx9_36
/
Makefile.in
blob
a9bbf504a2e73ee59443e28644a5cf5f10c39a02
1
MODULE
=
d3dx9_36.dll
2
IMPORTLIB
=
d3dx9
3
IMPORTS
=
d3d9 d3dcompiler dxguid d3dxof ole32 gdi32 user32
4
5
C_SRCS
=
\
6
core.c \
7
d3dx9_36_main.c \
8
effect.c \
9
font.c \
10
line.c \
11
math.c \
12
mesh.c \
13
shader.c \
14
skin.c \
15
sprite.c \
16
surface.c \
17
texture.c \
18
util.c \
19
volume.c
20
21
RC_SRCS
=
version.rc
22
23
@MAKE_DLL_RULES@