mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
184ff3bfbb
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
16 lines
258 B
Makefile
16 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
|