kernel32: Change all functions to use CDECL.
[wine/wine64.git] / dlls / dxgi / Makefile.in
blob292247345ba2a2db601ff057ec5cb84cd01f25f9
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
9 C_SRCS = \
10 adapter.c \
11 device.c \
12 dxgi_main.c \
13 factory.c \
14 utils.c \
15 swapchain.c
17 RC_SRCS = version.rc
19 IDL_H_SRCS = dxgi_private_interface.idl
21 @MAKE_DLL_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend