makefiles: Add a standard header for all makefiles to replace the common variable...
[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@