projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ntdll: Refuse to create new thread if the target process is being terminated.
[wine]
/
dlls
/
d3d9
/
Makefile.in
1
MODULE = d3d9.dll
2
IMPORTLIB = d3d9
3
IMPORTS = dxguid uuid wined3d
4
5
C_SRCS = \
6
buffer.c \
7
d3d9_main.c \
8
device.c \
9
directx.c \
10
query.c \
11
shader.c \
12
stateblock.c \
13
surface.c \
14
swapchain.c \
15
texture.c \
16
vertexdeclaration.c \
17
volume.c
18
19
RC_SRCS = version.rc
20
21
@MAKE_DLL_RULES@