dxgi: Add a debug function for DXGI_FORMAT.
[wine/hacks.git] / dlls / dxgi / Makefile.in
blob3a489947728b01d68ccc93c23cff39707d3b036c
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dxgi.dll
6 IMPORTLIB = dxgi
7 IMPORTS = dxguid uuid kernel32
9 C_SRCS = \
10 device.c \
11 dxgi_main.c \
12 factory.c \
13 utils.c
15 RC_SRCS = version.rc
17 @MAKE_DLL_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend