projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Throw range errors in Array functions.
[wine]
/
dlls
/
dxgi
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dxgi.dll
6
IMPORTLIB = dxgi
7
IMPORTS = dxguid uuid wined3d kernel32
8
9
C_SRCS = \
10
adapter.c \
11
device.c \
12
dxgi_main.c \
13
factory.c \
14
surface.c \
15
swapchain.c \
16
utils.c
17
18
RC_SRCS = version.rc
19
20
@MAKE_DLL_RULES@
21
22
@DEPENDENCIES@ # everything below this line is overwritten by make depend