mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
18 lines
271 B
Makefile
18 lines
271 B
Makefile
MODULE = d3d11.dll
|
|
IMPORTLIB = d3d11
|
|
IMPORTS = dxguid uuid dxgi wined3d
|
|
EXTRAINCL = $(VKD3D_PE_CFLAGS)
|
|
|
|
SOURCES = \
|
|
async.c \
|
|
buffer.c \
|
|
d3d11_main.c \
|
|
decoder.c \
|
|
device.c \
|
|
inputlayout.c \
|
|
shader.c \
|
|
state.c \
|
|
texture.c \
|
|
utils.c \
|
|
version.rc \
|
|
view.c
|