projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comctl32: Use DrawIconEx to copy icon bits and use the correct background color.
[wine]
/
dlls
/
d3dx9_36
/
Makefile.in
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@