wine/dlls/dxgi/Makefile.in
Nikolay Sivov 184ff3bfbb dxgi: Create DXGI resource object, optionally supporting surface interfaces.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2022-06-15 21:44:47 +02:00

17 lines
258 B
Makefile

MODULE = dxgi.dll
IMPORTLIB = dxgi
IMPORTS = gdi32 dxguid uuid wined3d user32 win32u
EXTRAINCL = $(VKD3D_PE_CFLAGS)
C_SRCS = \
adapter.c \
device.c \
dxgi_main.c \
factory.c \
output.c \
resource.c \
swapchain.c \
utils.c
RC_SRCS = version.rc