mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15 lines
251 B
Makefile
15 lines
251 B
Makefile
MODULE = dxgi.dll
|
|
IMPORTLIB = dxgi
|
|
IMPORTS = gdi32 dxguid uuid wined3d user32 win32u
|
|
EXTRAINCL = $(VKD3D_PE_CFLAGS)
|
|
|
|
SOURCES = \
|
|
adapter.c \
|
|
device.c \
|
|
dxgi_main.c \
|
|
factory.c \
|
|
output.c \
|
|
resource.c \
|
|
swapchain.c \
|
|
utils.c \
|
|
version.rc
|