projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Get rid of the swapchain destroy callback.
[wine]
/
dlls
/
d3d10
/
Makefile.in
1
MODULE = d3d10.dll
2
IMPORTLIB = d3d10
3
IMPORTS = dxguid uuid d3d10core d3dcompiler dxgi
4
5
C_SRCS = \
6
d3d10_main.c \
7
effect.c \
8
shader.c \
9
utils.c
10
11
RC_SRCS = version.rc
12
13
@MAKE_DLL_RULES@