projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.
[wine]
/
dlls
/
dxgi
/
Makefile.in
1
MODULE = dxgi.dll
2
IMPORTLIB = dxgi
3
IMPORTS = dxguid uuid wined3d
4
5
C_SRCS = \
6
adapter.c \
7
device.c \
8
dxgi_main.c \
9
factory.c \
10
output.c \
11
surface.c \
12
swapchain.c \
13
utils.c
14
15
RC_SRCS = version.rc
16
17
@MAKE_DLL_RULES@